Skip to content
Snippets Groups Projects
Commit 1aa79d0a authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Merge branch 'gupa977e--tu-dresden.de-preview-patch-69686' into 'preview'

The example says it's using Conda. But it's using virtualenv.

See merge request !688
parents dc152980 cec27a68
No related branches found
No related tags found
2 merge requests!717Automated merge from preview to main,!688The example says it's using Conda. But it's using virtualenv.
......@@ -68,8 +68,8 @@ the environment as follows:
??? example
This is an example on partition `alpha`. The example creates a conda virtual environment, and
installs the package `torchvision` with conda.
This is an example on partition `alpha`. The example creates a python virtual environment, and
installs the package `torchvision` with pip.
```console
marie@login$ srun --partition=alpha-interactive --nodes=1 --gres=gpu:1 --time=01:00:00 --pty bash
marie@alpha$ ws_allocate -F scratch my_python_virtualenv 100 # use a workspace for the environment
......
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