We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e094daa + be61631 commit 93b3e94Copy full SHA for 93b3e94
2 files changed
Singularity
@@ -124,14 +124,13 @@ From: ubuntu:18.04
124
cd /APPS/gradtensor
125
python3.8 -m venv gradvenv
126
source gradvenv/bin/activate
127
- pip3 install wheel
128
- pip install -r /INSTALLERS/PreQual/venv/pip_install_gradtensor.txt
129
wget https://bootstrap.pypa.io/get-pip.py
130
python3.8 get-pip.py
131
pip3 install --upgrade setuptools
132
pip install fpdf imageio pypng freetype-py numpy==1.21.*
133
git clone https://github.com/scilus/scilpy.git
134
cd scilpy
+ git checkout 1.4.0
135
pip install -e .
136
cd ..
137
deactivate
venv/pip_install_gradtensor.txt
@@ -1,2 +1,2 @@
1
-nibabel==2.5.2
+nibabel==3.0.0
2
dipy==1.5.0
0 commit comments