Revision 53d9572b00eb4f99066757e52a2210eaa88fd230 authored by Sean on 25 February 2022, 04:05:53 UTC, committed by Sean on 25 February 2022, 04:05:53 UTC
1 parent 1033836
nci_install.sh
#!/bin/bash
rm -rf ~/PyRateVenv
rm -rf ~/PyRate
git clone https://github.com/GeoscienceAustralia/PyRate.git
module purge
module load python3/3.7.4
module load gdal/3.0.2
module load openmpi/4.0.2
export PYTHONPATH=/apps/gdal/3.0.2/lib64/python3.7/site-packages:$PYTHONPATH
python3 -m venv ~/PyRateVenv
source ~/PyRateVenv/bin/activate
cd ~/PyRate
python setup.py install

Computing file changes ...