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 5cc3d3b commit a46ad17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ RUN apt-get update && apt-get -y dist-upgrade && \
apt-get -y autoremove && \
rm -rf /var/cache/apt /var/lib/apt/lists/*

RUN mkdir -p ${PROJECT_PATH} /opt/DgStereo && \
RUN mkdir -p "/usr/local/ilab" /opt/DgStereo && \
# EVHR System Dependencies
wget ${STEREO_URL} -O /opt/StereoPipeline.tar.bz2 && \
wget "https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/2.7.0/StereoPipeline-2.7.0-2020-07-29-x86_64-Linux.tar.bz2" -O /opt/StereoPipeline.tar.bz2 && \
cd /opt && \
tar -jxf StereoPipeline.tar.bz2 && \
rm /opt/StereoPipeline.tar.bz2 && \
Expand Down

0 comments on commit a46ad17

Please sign in to comment.