Skip to content

Commit

Permalink
update singularity to fix scilpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
praitayini committed Apr 20, 2023
1 parent 6f76ab4 commit be61631
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,13 @@ From: ubuntu:18.04
cd /APPS/gradtensor
python3.8 -m venv gradvenv
source gradvenv/bin/activate
pip3 install wheel
pip install -r /INSTALLERS/PreQual/venv/pip_install_gradtensor.txt
wget https://bootstrap.pypa.io/get-pip.py
python3.8 get-pip.py
pip3 install --upgrade setuptools
pip install fpdf imageio pypng freetype-py numpy==1.21.*
git clone https://github.com/scilus/scilpy.git
cd scilpy
git checkout 1.4.0
pip install -e .
cd ..
deactivate
Expand Down

0 comments on commit be61631

Please sign in to comment.