-
Notifications
You must be signed in to change notification settings - Fork 1.5k
docker image build error #4507
Copy link
Copy link
Description
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
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 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels