Skip to content
Snippets Groups Projects
Commit 896b916c authored by Jingchao Zhang's avatar Jingchao Zhang
Browse files

Merge branch 'patch-1' into 'master'

Update using_anaconda_package_manager.md

See merge request !129
parents 27671d89 04dcdce6
No related branches found
No related tags found
1 merge request!129Update using_anaconda_package_manager.md
......@@ -128,7 +128,7 @@ The reason for this is that the GPU modules we support are built using the speci
For example, if you want to use `tensorflow` with additional packages, first do:
{{% panel theme="info" header="Cloning GPU module to a new Anaconda environment" %}}
{{< highlight bash >}}
module load tensorflow-gpu/py36/1.12
module load tensorflow-gpu/py36/1.12 anaconda
conda create -n tensorflow-gpu-1.12-custom --clone $CONDA_DEFAULT_ENV
module purge
{{< /highlight >}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment