...
- On ECMWF's Atos HPCF or ECS, running:
No Format /usr/local/apps/conda/conda_export my_env > my_env.yml
- On any other platform, downloading conda_exporter and running it in your terminal.
- In order for it to work, these are the requirements:
- Python 3.6 or above
- Pyyaml python package, which can usually be installed with
pip install pyyaml
if not available. - a working conda installation.
- In order for it to work, these are the requirements:
Note | ||
---|---|---|
| ||
Since packages in conda-forge are different from those in Anaconda repositories, the generated environment YAML file may not be able to fully reproduce your original environment. Always check the resulting environment and test if the exported one works for your use case. In some instances, you might need to recreate the environment from scratch. |
Create a new containerised environment with Tykky on Atos HPCF or ECS
...