Skip to content

docker image build error #4507

@wyli

Description

@wyli

Describe the bug
https://github.com/Project-MONAI/MONAI/runs/6895650906

 extracting: ngc-cli.md5             
chmod: cannot access 'ngc': No such file or directory
The command '/bin/sh -c wget -q ${NGC_CLI_URI} &&     unzip ngccli_cat_linux.zip && chmod u+x ngc &&     md5sum -c ngc.md5 &&     rm -rf ngccli_cat_linux.zip ngc.md5' returned a non-zero code: 1

from

MONAI/Dockerfile

Lines 39 to 45 in 1188b9c

# NGC Client
WORKDIR /opt/tools
ARG NGC_CLI_URI="https://ngc.nvidia.com/downloads/ngccli_cat_linux.zip"
RUN wget -q ${NGC_CLI_URI} && \
unzip ngccli_cat_linux.zip && chmod u+x ngc && \
md5sum -c ngc.md5 && \
rm -rf ngccli_cat_linux.zip ngc.md5

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions