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

Update using_anaconda_package_manager.md

parent 27671d89
No related branches found
No related tags found
No related merge requests found
......@@ -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