Skip to content

Commit 66bd1a0

Browse files
committed
let's try running everything with sudo
1 parent d25df54 commit 66bd1a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name="singularity",
88

99
# Version number:
10-
version="0.51",
10+
version="0.52",
1111

1212
# Application author details:
1313
author="Vanessa Sochat",

singularity/build/scripts/singularity-build-latest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ sudo pip3 install --upgrade google
1212
sudo pip3 install oauth2client==3.0.0
1313
sudo pip3 install gitpython
1414
sudo 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
1616
export command=$(echo "from singularity.build.google import finish_build; finish_build()")
17-
python3 -c "$command"
17+
sudo python3 -c "$command"

0 commit comments

Comments
 (0)