diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/alpha_centauri.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/alpha_centauri.md index 4cfccc786620a9ec70258f7eee0243bd413d9281..8b7e32d33dabe8755758d9317923f0edf4ed4714 100644 --- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/alpha_centauri.md +++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/alpha_centauri.md @@ -133,10 +133,12 @@ additional Python packages and create an isolated runtime environment. We recomm ```console marie@login.alpha$ srun --nodes=1 --cpus-per-task=1 --gres=gpu:1 --time=01:00:00 --pty bash -l marie@alpha$ mkdir python-environments # please use workspaces - marie@alpha$ module load modenv/hiera GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 PyTorch - Module GCC/10.2.0, CUDA/11.1.1, OpenMPI/4.0.5, PyTorch/1.9.0 and 54 dependencies loaded. + marie@alpha$ module load release/23.04 GCCcore/11.3.0 GCC/11.3.0 OpenMPI/4.1.4 Python/3.10.4 + Module GCC/11.3.0, OpenMPI/4.1.4, Python/3.10.4 and 21 dependencies loaded. + marie@alpha$ module load PyTorch/1.12.1-CUDA-11.7.0 + Module PyTorch/1.12.1-CUDA-11.7.0 and 42 dependencies loaded. marie@alpha$ which python - /sw/installed/Python/3.8.6-GCCcore-10.2.0/bin/python + /software/rome/r23.04/Python/3.10.4-GCCcore-11.3.0/bin/python marie@alpha$ pip list [...] marie@alpha$ virtualenv --system-site-packages python-environments/my-torch-env