Skip to content

Commit

Permalink
Update Dockerfile.cpu
Browse files Browse the repository at this point in the history
Added git clone for vhr-toolkit
  • Loading branch information
ssfinch authored Oct 28, 2024
1 parent ecafc61 commit 4ba3160
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ RUN mkdir -p "/usr/local/ilab" "/opt/DgStereo" && \
git clone --single-branch --branch main https://github.com/nasa-nccs-hpda/pyCCDC.git \
/usr/local/ilab/pyCCDC && \
chmod a+rwx -R /usr/local/ilab/*
# iltoolkit System Dependencies
git clone --single-branch --branch main https://github.com/nasa-nccs-hpda/vhr-toolkit.git \
/usr/local/ilab/vhr-toolkit && \
chmod a+rwx -R /usr/local/ilab/*

HEALTHCHECK NONE
ENTRYPOINT []
Expand Down

0 comments on commit 4ba3160

Please sign in to comment.