@@ -55,24 +55,24 @@ Mario David <david@lip.pt>, Jorge Gomes <jorge@lip.pt>
5555Access the ACNCA (former INCD) advanced computing facility at Lisbon using ssh:
5656
5757``` bash
58- ssh -l < username> cirrus.a.incd .pt
58+ ssh -l < username> cirrus.a.acnca .pt
5959module load python
6060```
6161
6262* The end user can download and execute ` udocker ` without system administrator intervention.
6363* Install from a released version: < https://github.com/indigo-dc/udocker/releases > :
6464
6565``` bash
66- wget https://github.com/indigo-dc/udocker/releases/download/1.3.10 /udocker-1.3.10 .tar.gz
67- tar zxvf udocker-1.3.10 .tar.gz
68- export PATH=$HOME /udocker-1.3.10 /udocker:$PATH
66+ wget https://github.com/indigo-dc/udocker/releases/download/1.3.17 /udocker-1.3.17 .tar.gz
67+ tar zxvf udocker-1.3.17 .tar.gz
68+ export PATH=$HOME /udocker-1.3.17 /udocker:$PATH
6969```
7070
7171---
7272
7373## In the beginning - I
7474
75- Make a directory for the tutorial and set en variable of ` udocker ` to that dir:
75+ Make a directory for the tutorial and set the environment variable of ` udocker ` to that dir:
7676
7777``` bash
7878mkdir udocker-tutorial
@@ -111,7 +111,7 @@ cp -r tutorials/udocker-files .
111111## Pull a nice image
112112
113113``` bash
114- udocker pull tensorflow/tensorflow:2.11 .0-gpu
114+ udocker pull tensorflow/tensorflow:2.20 .0-gpu
115115```
116116
117117First we create and prepare the container, later we run the actual job, the creation of the container
@@ -139,7 +139,7 @@ Check job status with `squeue`
139139Creating a container:
140140
141141``` bash
142- udocker create --name=tf_gpu tensorflow/tensorflow:2.11 .0-gpu
142+ udocker create --name=tf_gpu tensorflow/tensorflow:2.20 .0-gpu
143143```
144144
145145Set the nvidia mode:
0 commit comments