Skip to content

Commit

Permalink
Adding CCDC
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo committed Sep 26, 2024
1 parent 49f0ef7 commit e9ec752
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions requirements/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ENV DEBIAN_FRONTEND=noninteractive
ENV CPLUS_INCLUDE_PATH="/usr/include/gdal"
ENV C_INCLUDE_PATH="/usr/include/gdal"
ENV PROJ_LIB="/usr/share/proj"
ENV PROJ_DATA="/usr/share/proj"
ENV SM_FRAMEWORK="tf.keras"
ENV PYTHONPATH="/usr/local/lib/python3.8/dist-packages"
ENV PYTHONPATH="$PYTHONPATH:/usr/local/ilab"
Expand Down Expand Up @@ -81,9 +82,10 @@ RUN mkdir -p "/usr/local/ilab" /opt/DgStereo && \
pip install --upgrade pylr2 && \
git clone --single-branch --branch main https://github.com/nasa-nccs-hpda/srlite.git \
/usr/local/ilab/srlite && \
chmod a+rwx -R /usr/local/ilab/*
chmod a+rwx -R /usr/local/ilab/* && \
# CCDC System Dependencies

git clone --single-branch --branch main https://github.com/nasa-nccs-hpda/pyCCDC.git \
/usr/local/ilab/pyCCDC

HEALTHCHECK NONE
ENTRYPOINT []
Expand Down

0 comments on commit e9ec752

Please sign in to comment.