Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Merge requests
!129
Update using_anaconda_package_manager.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update using_anaconda_package_manager.md
patch-1
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Jingchao Zhang
requested to merge
patch-1
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
79ea591b
1 commit,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
content/guides/running_applications/using_anaconda_package_manager.md
+
1
−
1
Options
@@ -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