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
Commits
07e73105
Commit
07e73105
authored
4 years ago
by
Natasha Pavlovikj
Browse files
Options
Downloads
Patches
Plain Diff
Update conda page and fix broken link
parent
f1857029
No related branches found
Branches containing commit
No related tags found
1 merge request
!215
Update conda page and fix broken link
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
content/applications/user_software/using_anaconda_package_manager.md
+8
-1
8 additions, 1 deletion
...lications/user_software/using_anaconda_package_manager.md
content/applications/user_software/using_singularity.md
+1
-1
1 addition, 1 deletion
content/applications/user_software/using_singularity.md
with
9 additions
and
2 deletions
content/applications/user_software/using_anaconda_package_manager.md
+
8
−
1
View file @
07e73105
...
...
@@ -122,6 +122,13 @@ Our new environment is now active, and we can use it. The shell prompt will cha
### Adding and Removing Packages from an Existing Environment
{{% notice note %}}
**NOTE:**
By default, conda packages are installed in the user's
`home`
directory.
Since Crane's
`home`
directories are not writeable from the worker nodes,
the commands for installing, adding and removing conda packages shown here
should be performed on the
**login node**
, and not as part of an interactive or SLURM job.
{{% /notice %}}
To install additional packages in an environment, use the
`install`
subcommand. Suppose we want to install iPython in our 'mynumpy'
environment. While the environment is active, use
`install `
with no
...
...
@@ -230,7 +237,7 @@ Jupyter Notebook. To do so, follow the steps below, replacing
server.
3.
Click the logout button in the top right corner.
2.
Using the command-line environment, load the target conda
2.
Using the command-line environment
of the
**login node**
, load the target conda
environment:
{{
<
highlight
bash
>
}}conda activate myenv{{
<
/
highlight
>
}}
...
...
This diff is collapsed.
Click to expand it.
content/applications/user_software/using_singularity.md
+
1
−
1
View file @
07e73105
...
...
@@ -153,7 +153,7 @@ srun --pty --mem=4gb --qos=short --gres=gpu --partition=gpu $SHELL
{{% notice info %}}
The
`--gres=gpu --partition=gpu`
options are used here as the
`tensorflow-gpu`
image is
GPU enabled. If you are using a non-GPU image, you may omit those options. See the page
on
[
submitting GPU jobs
](
{{
<
relref
"
/
guides
/
submitting_jobs
/
submitting_
cuda_or_openacc_jobs
/
_index.md
"
>
}})
on
[
submitting GPU jobs
](
{{
<
relref
"
../..
/
submitting_jobs
/
submitting_
gpu_jobs
/
"
>
}})
for more information.
{{% /notice %}}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment