Executing the following command: docker run -it --rm --network=host nvcr.io/nvidia/tao/tao-toolkit-tf:v3.21.11-tf1.15.4-py3 /bin/bash
results in the error: chmod: cannot access '/opt/ngccli/ngc': No such file or directory
The docker image is downloaded and then https://ngc.nvidia.com/downloads/ngccli_reg_linux.zip is downloaded and extracted. It’s at the end of the extraction that the error occurs.
Until recently the command would start the container and execute /bin/bash. Has something changed recently with ngccli_reg_linux.zip?
Yes, there is a update from ngccli which results in the issue when trigger TAO docker. We’re unable to install the CLI via the entrypoint since the relative path of the binary in the zip file has changed. Internally team will update the launcher with a fix. Currently, please use below workarounds.
Please refer to below 1st workaround.
Just add this: --entrypoint ""