Skip to content
Snippets Groups Projects

Update using_anaconda_package_manager.md

Merged Jingchao Zhang requested to merge patch-1 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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 >}}
Loading