Skip to content

Commit

Permalink
Adding evhr repositories, which now live in the ILAB organization
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo committed Sep 25, 2024
1 parent 9c20786 commit 5cc3d3b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions requirements/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,17 @@ RUN apt-get update && apt-get -y dist-upgrade && \

RUN mkdir -p ${PROJECT_PATH} /opt/DgStereo && \
# EVHR System Dependencies
wget $STEREO_URL -O /opt/StereoPipeline.tar.bz2 && \
wget ${STEREO_URL} -O /opt/StereoPipeline.tar.bz2 && \
cd /opt && \
tar -jxf StereoPipeline.tar.bz2 && \
rm /opt/StereoPipeline.tar.bz2 && \
mv /opt/StereoPipeline* /opt/StereoPipeline && \
pip install redis && \
pip install celery[redis]
pip install celery[redis] && \
git clone https://github.com/nasa-nccs-hpda/evhr-dgtools.git /opt/DgStereo/dgtools && \
git clone https://github.com/nasa-nccs-hpda/evhr-imview.git /opt/DgStereo/imview && \
git clone https://github.com/nasa-nccs-hpda/evhr-pygeotools.git /opt/DgStereo/pygeotools && \
git clone https://github.com/nasa-nccs-hpda/evhr-dem.git /opt/DgStereo/evhr

# #-------------------------------------------------------------------------------
# # EVHR DEM Dependencies-
Expand Down

0 comments on commit 5cc3d3b

Please sign in to comment.