Skip to content
Snippets Groups Projects
Commit 592dad87 authored by Jan Frenzel's avatar Jan Frenzel Committed by Andrei Politov
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 231ba0d0
No related branches found
No related tags found
6 merge requests!398Update data_analytics_with_python.md. Fixed spelling and wording. All issues...,!392Merge preview into contrib guide for browser users,!368Update experiments.md,!356Merge preview in main,!355Merge preview in main,!339Ngc containers
......@@ -77,7 +77,7 @@ Create a container from the image from the NGC catalog.
(For this example, the alpha is used):
```console
marie@login$ srun -p alpha --nodes 1 --ntasks-per-node 1 --ntasks 1 --gres=gpu:1 --time=08:00:00 --pty --mem=50000 bash #allocate one GPU
marie@login$ srun --partition=alpha --nodes=1 --ntasks-per-node=1 --ntasks=1 --gres=gpu:1 --time=08:00:00 --pty --mem=50000 bash #allocate one GPU
marie@compute$ cd /scratch/ws/<name_of_your_workspace>/containers #please create a Workspace
......
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