After executing the $ ./scripts/run_dev.sh
script, the build process appeared to be successful. However, I encountered the following error after the build.
Successfully built a7e02178bac1
Successfully tagged isaac_ros_dev-x86_64:latest
Running isaac_ros_dev-x86_64-container
[sudo] password for student:
Unable to find image ‘isaac_ros_dev-x86_64:latest’ locally
docker: Error response from daemon: pull access denied for isaac_ros_dev-x86_64, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied.
See ‘docker run --help’.
I attempted to log in to my NGC account by $ docker login nvcr.io
, but despite a successful login, I continued to receive the same pull access denied error.
Authenticating with existing credentials…
WARNING! Your password will be stored unencrypted in /home/student/.docker/config.json.
Configure a credential helper to remove this warning. See
docker loginLogin Succeeded
Is there any step I missed? Can anyone help me with this issue?