Skip to content
Snippets Groups Projects
Commit 9a837248 authored by Guilherme Pantoja Calandrini de Azevedo Junior's avatar Guilherme Pantoja Calandrini de Azevedo Junior
Browse files

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

parent 2f46dfaa
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: ...@@ -68,8 +68,8 @@ the environment as follows:
??? example ??? example
This is an example on partition Alpha. The example creates a conda virtual environment, and This is an example on partition Alpha. The example creates a python virtual environment, and
installs the package `torchvision` with conda. installs the package `torchvision` with pip.
```console ```console
marie@login$ srun --partition=alpha-interactive --nodes=1 --gres=gpu:1 --time=01:00:00 --pty bash 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 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