File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
singularity/build/scripts Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 name = "singularity" ,
88
99 # Version number:
10- version = "0.51 " ,
10+ version = "0.52 " ,
1111
1212 # Application author details:
1313 author = "Vanessa Sochat" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ sudo pip3 install --upgrade google
1212sudo pip3 install oauth2client==3.0.0
1313sudo pip3 install gitpython
1414sudo pip3 install singularity --upgrade
15- python3 -c " from singularity.build.google import run_build; run_build()" > /tmp/.shub-log 2>&1
15+ sudo python3 -c " from singularity.build.google import run_build; run_build()" > /tmp/.shub-log 2>&1
1616export command=$( echo " from singularity.build.google import finish_build; finish_build()" )
17- python3 -c " $command "
17+ sudo python3 -c " $command "
You can’t perform that action at this time.
0 commit comments