Skip to content

Commit

Permalink
Update Dockerfile.cpu
Browse files Browse the repository at this point in the history
syntax fix for git clone vhr-toolkit
  • Loading branch information
ssfinch authored Oct 28, 2024
1 parent 0a32b8a commit e493576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ RUN mkdir -p "/usr/local/ilab" "/opt/DgStereo" && \
# CCDC System Dependencies
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/*
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 && \
Expand Down

0 comments on commit e493576

Please sign in to comment.