Skip to content

Commit ed33256

Browse files
Replace docker pull by build
1 parent 4f4f4ea commit ed33256

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

postprocess.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ BASE="/home/ymerel/empenn_group_storage/private/ymerel"
1111
RESULTS="$BASE/results/auditory"
1212

1313
g5k-setup-docker -t
14-
docker pull ghcr.io/inria-empenn/fmri-confs-runner:latest
14+
docker build . -t $TAG
1515
docker run -u root -v "$RESULTS:/results" $TAG python postprocess.py --results /results
1616

144 Bytes
Binary file not shown.
2.86 KB
Binary file not shown.
2.49 KB
Binary file not shown.

run_configs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525
echo "Running configuration is [$CONF]"
2626

2727
g5k-setup-docker -t
28-
docker pull ghcr.io/inria-empenn/fmri-confs-runner:latest
28+
docker build . -t $TAG
2929
if [ "$OAR_ARRAY_INDEX" -eq 1 ]; then
3030
# write ref config only for the first job
3131
docker run -u root -v "$DATA:/data" -v "$RESULTS:/results" -v "$WORK:/work" -v "$CONFIGS:/configs" $TAG python run.py --configs "/configs/$CONF" --data /data/data_desc.json --ref /configs/config_ref.csv

0 commit comments

Comments
 (0)