data-science-stack icon indicating copy to clipboard operation
data-science-stack copied to clipboard

access denied: Error response from daemon: pull access denied for data-science-stack

Open jagajastic opened this issue 1 year ago • 0 comments

After running: ./data-science-stack run-container, I go the below error. please help

###NV### Thu 06 Apr 2023 01:58:25 PM PDT #### Running docker container, accessible at http://localhost:8888/ ###NV### Thu 06 Apr 2023 01:58:25 PM PDT #### Be sure your machine is not exposed to the internet. ###NV### Thu 06 Apr 2023 01:58:25 PM PDT #### Command: docker run --gpus all --rm -it -p 8888:8888 -p 8787:8787 -p 8786:8786 data-science-stack:2.9.0 Unable to find image 'data-science-stack:2.9.0' locally docker: Error response from daemon: pull access denied for data-science-stack, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

jagajastic avatar Apr 06 '23 21:04 jagajastic

The 226 error means DCGM_ST_NVVS_ERROR (-30) - dcgmi returns negative error codes that are represented as unsigned ints. This error means there is some unexpected error in nvvs (backend for diagnostics). Please look for both nv-hostengine.log and nvvs.log in the /var/log/nvidia

nikkon-dev avatar Mar 28 '24 07:03 nikkon-dev