Skip to content

Commit

Permalink
use correct directory to install resspect
Browse files Browse the repository at this point in the history
  • Loading branch information
heather999 authored Mar 10, 2023
1 parent bff5a6e commit 64db9de
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docker/update-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@ pip install --no-cache-dir -r ./piplist.txt

conda clean -y -a

cp ../nersc/setup_td_dev.sh /opt/lsst/software/stack

cd /opt/lsst/software/stack
# Install bayeSN
#git clone https://github.com/bayesn/bayesn-public
## Skipping full set up until we deal with the required data files in $PYSYN_CDBS

#Install RESSPECT
#git clone https://github.com/COINtoolbox/resspect
#cd resspect
#python setup.py install
#cd ..
git clone https://github.com/COINtoolbox/resspect
cd resspect
python setup.py install
cd ..

# Grab firecrown source so we have the examples subdirectory
firecrown_ver=$(conda list firecrown | grep firecrown|tr -s " " | cut -d " " -f 2)
Expand All @@ -44,4 +47,3 @@ conda env export > /opt/lsst/software/stack/td_env-image.yml

conda config --set env_prompt "(lsst-scipipe-$1)" --system

cp ../nersc/setup_td_dev.sh /opt/lsst/software/stack

0 comments on commit 64db9de

Please sign in to comment.