File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
singularity/build/scripts Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ sudo apt-get -y install git \
1818 autoconf \
1919 debootstrap \
2020 yum \
21+ uuid-dev \
22+ libssl-dev \
2123 python3-pip
2224
2325
@@ -29,9 +31,9 @@ sudo pip3 install --upgrade google &&
2931sudo pip3 install oauth2client==3.0.0
3032
3133# Install Singularity from Github
32- cd /tmp && git clone -b feature-squashbuild-secbuild https://github.com/cclerget/singularity.git &&
34+ cd /tmp && git clone -b feature-squashbuild-secbuild-2.4.1 https://github.com/cclerget/singularity.git &&
3335cd /tmp/singularity && ./autogen.sh && ./configure --prefix=/usr/local && make && sudo make install && sudo make secbuildimg
3436
3537# Singularity python development
36- cd /tmp && git clone -b development https://www.github.com/vsoch/singularity-python.git &&
38+ cd /tmp && git clone -b v2.4.1 https://www.github.com/vsoch/singularity-python.git &&
3739cd /tmp/singularity-python && sudo python3 setup.py install
You can’t perform that action at this time.
0 commit comments