File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,7 @@ Bootstrap: docker
22From: 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
2317cd /opt
24- git clone -b development https://www.github.com/vsoch /singularity-python
18+ git clone https://www.github.com/singularityware /singularity-python
2519cd 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
You can’t perform that action at this time.
0 commit comments