Skip to content
Snippets Groups Projects
Commit c829a40b authored by mmassaviol's avatar mmassaviol
Browse files

Debug docker mounts

parent 7ad468db
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ fi
mkdir -p $Results
DOCK_VOL+=" --mount type=bind,src=$Data,dst=/Data"
DOCK_VOL+=" --mount type=bind,src=$Results/Results,dst=/Results"
DOCK_VOL+=" --mount type=bind,src=$Results,dst=/Results"
config=$3
cores=$4
......
......@@ -63,7 +63,7 @@ mkdir -p $Data
mkdir -p $Results
DOCK_VOL+=" --mount type=bind,src=$Data,dst=/Data"
DOCK_VOL+=" --mount type=bind,src=$Results/Results,dst=/Results"
DOCK_VOL+=" --mount type=bind,src=$Results,dst=/Results"
if [ $# -lt 3 ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment