Skip to content

Commit b31f313

Browse files
committed
modified: singularity/build/scripts/singularity-prepare-instance.sh
1 parent 244bbfe commit b31f313

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

singularity/build/scripts/singularity-prepare-instance.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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 &&
2931
sudo 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 &&
3335
cd /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 &&
3739
cd /tmp/singularity-python && sudo python3 setup.py install

0 commit comments

Comments
 (0)