Skip to content

Commit

Permalink
fixes dockerfile (#1413)
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Li <[email protected]>
  • Loading branch information
wyli authored Jan 7, 2021
1 parent db831ae commit db7bf89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ RUN BUILD_MONAI=1 FORCE_CUDA=1 python setup.py develop \
WORKDIR /opt/tools
ARG NGC_CLI_URI="https://ngc.nvidia.com/downloads/ngccli_cat_linux.zip"
RUN wget -q ${NGC_CLI_URI} && \
# check integrity of downloaded archive using SHA256 hash; append "-s" option to supress print oneliner
md5sum -c ngc.md5 && \
unzip ngccli_cat_linux.zip && chmod u+x ngc && \
md5sum -c ngc.md5 && \
rm -rf ngccli_cat_linux.zip ngc.md5
# append /opt/tools to runtime path for NGC CLI to be accessible from all file system locations
ENV PATH=${PATH}:/opt/tools
Expand Down

0 comments on commit db7bf89

Please sign in to comment.