Skip to content

Commit

Permalink
Fix path to singularity with docker backend
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSimpson committed Feb 8, 2018
1 parent 6cafae3 commit e9515e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Builder/scripts/docker-builder-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ mv ./container.def Dockerfile
export SINGULARITY_CACHEDIR=/home/builder/.singularity
export SINGULARITY_NOHTTPS=true # Needed as we're pulling from localhost
export SINGULARITY_PULLFOLDER=/home/builder
/usr/bin/unbuffer /usr/bin/singularity ${DEBUG_FLAG} build container.simg docker://localhost:5000/docker_image:latest
/usr/bin/unbuffer /usr/local/bin/singularity ${DEBUG_FLAG} build container.simg docker://localhost:5000/docker_image:latest

0 comments on commit e9515e6

Please sign in to comment.