Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| software:miniconda:caviness [2025-11-06 15:16] – [Migrating Environments] thuachen | software:miniconda:caviness [2025-11-06 15:38] (current) – [Migrating Environments] thuachen | ||
|---|---|---|---|
| Line 62: | Line 62: | ||
| [(my_workgroup: | [(my_workgroup: | ||
| </ | </ | ||
| + | To remove the unused packages and caches, do | ||
| + | <code bash> | ||
| + | [(my_workgroup: | ||
| + | </ | ||
| + | |||
| ===== Migrating Environments ===== | ===== Migrating Environments ===== | ||
| Line 70: | Line 75: | ||
| # | # | ||
| base / | base / | ||
| - | / | + | */ |
| </ | </ | ||
| Line 76: | Line 81: | ||
| <code bash> | <code bash> | ||
| [(my_workgroup: | [(my_workgroup: | ||
| - | (/ | + | (/ |
| + | name: / | ||
| + | channels: | ||
| + | - conda-forge | ||
| + | dependencies: | ||
| + | - _libgcc_mutex=0.1=conda_forge | ||
| + | - _openmp_mutex=4.5=2_gnu | ||
| + | - bzip2=1.0.8=hda65f42_8 | ||
| + | - ca-certificates=2025.10.5=hbd8a1cb_0 | ||
| + | - cuda-version=11.8=h70ddcb2_3 | ||
| + | - cudatoolkit=11.8.0=h4ba93d1_13 | ||
| + | - cudnn=8.9.7.29=hbc23b4c_3 | ||
| + | ... | ||
| + | ... | ||
| + | |||
| + | prefix: / | ||
| </ | </ | ||
| - | Then you can create | + | Then you can duplicate |
| - | < | + | < |
| - | conda create -p myenv -f environment.yml | + | (/ |
| + | [(my_workgroup: | ||
| </ | </ | ||