File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
singularity/build/scripts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 name = "singularity" ,
88
99 # Version number:
10- version = "0.53 " ,
10+ version = "0.54 " ,
1111
1212 # Application author details:
1313 author = "Vanessa Sochat" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sudo apt-get -y install git
44sudo apt-get install -y build-essential libtool autotools-dev automake autoconf
55sudo apt-get install -y python3-pip
66cd /tmp && git clone http://www.github.com/singularityware/singularity
7- cd singularity && ./autogen.sh && ./configure --prefix=/usr/local && make && sudo make install
7+ cd singularity && ./autogen.sh && ./configure && make && sudo make install
88export SINGULARITY_VERSION=$( singularity --version)
99sudo pip3 install --upgrade pip
1010sudo pip3 install --upgrade google-api-python-client
You can’t perform that action at this time.
0 commit comments