File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
singularity/build/scripts Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ From: ubuntu:18.04
9797 export LC_LANG=C
9898 export VERSION=1.12.6 OS=linux ARCH=amd64
9999 export SINGULARITY_VERSION=3.2.1
100+ export DEBIAN_FRONTEND=noninteractive
100101 apt-get update -y
101102 apt-get -y install git build-essential libssl-dev uuid-dev pkg-config curl gcc cryptsetup
102103 apt-get -y install libgpgme11-dev libseccomp-dev squashfs-tools libc6-dev-i386
@@ -132,6 +133,6 @@ DEFFILE
132133
133134sudo $SINGULARITY_PATH /singularity build --sandbox $SECBUILD_IMAGE $SECBUILD_DEFFILE
134135
135- # Singularity python development
136+ # Singularity python
136137cd /tmp && git clone -b v${SINGULARITY_VERSION} https://www.github.com/singularityhub/singularity-python.git &&
137138cd /tmp/singularity-python && sudo python3 setup.py install
You can’t perform that action at this time.
0 commit comments