Skip to content
Snippets Groups Projects
Commit 62134b1c authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8437: All docker args need to be put before the image name

parent 58638e2c
No related branches found
No related tags found
No related merge requests found
......@@ -67,4 +67,4 @@ globalfs = yes
# /bin/bash -c
#
# Required because the pipeline framework needs some bash functionality in the commands it starts.
cmdline = ssh -n -tt -x localhost srun --exclusive --ntasks=1 --cpus-per-task={nr_cores} --jobid={slurm_job_id} --job-name={job_name} docker run --rm -e LUSER={uid} -v /data:/data --net=host lofar-pipeline:${LOFAR_TAG} {docker_env} {command}
cmdline = ssh -n -tt -x localhost srun --exclusive --ntasks=1 --cpus-per-task={nr_cores} --jobid={slurm_job_id} --job-name={job_name} docker run --rm -e LUSER={uid} -v /data:/data --net=host {docker_env} lofar-pipeline:${LOFAR_TAG} {command}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment