Skip to content

Commit 38ff491

Browse files
committed
updating singularity container
1 parent e6f2768 commit 38ff491

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

Singularity.container

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@ Bootstrap: docker
22
From: continuumio/miniconda3
33

44
%runscript
5-
exec /opt/conda/bin/sregistry "$@"
6-
7-
%apprun shub
8-
exec /opt/conda/bin/shub "$@"
9-
10-
%apprun sregistry
11-
exec /opt/conda/bin/sregistry "$@"
5+
exec /opt/conda/bin/python "$@"
126

137
%labels
148
@@ -21,10 +15,8 @@ apt-get update && apt-get install -y git
2115

2216
# Install Singularity Python
2317
cd /opt
24-
git clone -b development https://www.github.com/vsoch/singularity-python
18+
git clone https://www.github.com/singularityware/singularity-python
2519
cd singularity-python
2620
/opt/conda/bin/pip install setuptools
2721
/opt/conda/bin/pip install -r requirements.txt
28-
/opt/conda/bin/pip install pyasn1==0.4.1
29-
/opt/conda/bin/python setup.py sdist
3022
/opt/conda/bin/python setup.py install

0 commit comments

Comments
 (0)