forked from CDS/infrastruktur-dok
Update Installation-Tensorflow.md
This commit is contained in:
parent
a1ebd5cf4a
commit
16c2cf801a
@ -57,7 +57,7 @@ apptainer build --sandbox sandboxes/tensorflow ./tensorflow-2.16.1-gpu.sif
|
|||||||
apptainer exec --fakeroot --writable sandboxes/tensorflow/ apt-get update
|
apptainer exec --fakeroot --writable sandboxes/tensorflow/ apt-get update
|
||||||
apptainer exec --writable --fakeroot sandboxes/tensorflow/ apt install -y nvidia-profiler
|
apptainer exec --writable --fakeroot sandboxes/tensorflow/ apt install -y nvidia-profiler
|
||||||
```
|
```
|
||||||
Da auf den Homedirectories eine Diskquota von 80GB aktiviert ist, kann es sein, dass wir dadurch zu wenig Speicherplatz haben um das Image zu bauen. Daher speichern wir das neu erstellte Tensorflowimage unter /scratch:
|
Da auf den Homedirectories eine Diskquota von 80GB aktiviert ist, kann es sein, dass wir dadurch zu wenig Speicherplatz haben um das Image zu bauen. Daher bauen wir ein neues Tensorflowimage auf dem scratch:
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir -p "/scratch/${USER}/"
|
mkdir -p "/scratch/${USER}/"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user