Skip to content
Snippets Groups Projects

Resolve "Update documentation on virtual env. for Alpha"

Merged Elias Werner requested to merge 533-update-documentation-on-virtual-env-for-alpha into preview
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -132,7 +132,7 @@ additional Python packages and create an isolated runtime environment. We recomm
We recommend to use [workspaces](../data_lifecycle/workspaces.md) for your virtual environments.
??? example "Example: Creating virtual environment and installing `torchvision` package"
??? example "Example: Creating a virtual environment and installing `torchvision` package"
```console
marie@login.alpha$ srun --nodes=1 --cpus-per-task=1 --gres=gpu:1 --time=01:00:00 --pty bash -l
Loading