This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
beimingwu
/
learnware
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tree:
b039d18f1e
main
v0.3.2
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'b039d18f1e'
${ noResults }
learnware
/
examples
/
workflow_by_code
/
learnware_example
/
README.md
207 B
Raw
Blame
History
How to Generate Environment Yaml
How to Generate Environment Yaml
create env config for conda:
conda env
export
|
grep -v
"^prefix: "
> environment.yml
recover env from config
conda env create -f environment.yml