From be616318068d903a3b4feba1f496484a4eeb7832 Mon Sep 17 00:00:00 2001 From: praitayini Date: Wed, 19 Apr 2023 22:14:55 -0500 Subject: [PATCH] update singularity to fix scilpy version --- Singularity | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Singularity b/Singularity index bc5f704..9ac97fa 100644 --- a/Singularity +++ b/Singularity @@ -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