File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 55# OAR -E ./log/postprocess_log_%jobid%.stderr
66# OAR -q production
77
8+ TAG=" fmri-confs-runner"
9+
810BASE=" /home/ymerel/empenn_group_storage/private/ymerel"
911RESULTS=" $BASE /auditory_276"
1012
11- pip install -r requirements.txt
12- python postprocess.py --results $RESULTS
13-
13+ 5k-setup-docker -t
14+ docker build . -t $TAG
15+ docker run -u root -v " $RESULTS :/results " $TAG python postprocess.py --results " /results "
Original file line number Diff line number Diff line change 66# OAR -E ./log/run_config_log_%jobid%.stderr
77# OAR -q production
88
9- TAG=" fmri-confs-runner" c
9+ TAG=" fmri-confs-runner"
1010
1111BASE=" /home/ymerel/empenn_group_storage/private/ymerel"
1212DATA=" $BASE /data/auditory"
2727 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
2828fi
2929
30+ sudo-g5k chown -R ymerel:empenn $RESULTS
31+
You can’t perform that action at this time.
0 commit comments