Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find image 'nvidia/cuda:11.0-base' locally #805

Open
jimchen1551 opened this issue Jul 29, 2023 · 4 comments · May be fixed by #840
Open

Unable to find image 'nvidia/cuda:11.0-base' locally #805

jimchen1551 opened this issue Jul 29, 2023 · 4 comments · May be fixed by #840

Comments

@jimchen1551
Copy link

Screenshot 2023-07-29 at 12 07 18

I've followed the instructions in Nvidia container toolkit and Docker as a non-root user, but as I ran the command
docker run --rm --gpus all nvidia/cuda:11.0-base nvidia-smi
it showed the following error:

Unable to find image 'nvidia/cuda:11.0-base' locally'
docker: Error response from daemon: manifest for nvidia/cuda:11.0-base not found: manifest unknown: manifest unknown.
See 'docker run --help'.
@alexholehouse
Copy link

I believe this is because the image was removed, as per this comment.

On Ubuntu 20.04 the following should work:

docker run --rm --gpus all nvidia/cuda:11.0.3-base-ubuntu20.04 nvidia-smi

@laolanllx
Copy link

I believe this is because the image was removed, as per this comment.

On Ubuntu 20.04 the following should work:

docker run --rm --gpus all nvidia/cuda:11.0.3-base-ubuntu20.04 nvidia-smi

This also works for Ubuntu 22.04

@dcroote dcroote linked a pull request Oct 24, 2023 that will close this issue
@emilyrkang
Copy link

emilyrkang commented May 3, 2024

I have the same issue when I try to run: docker run --rm --gpus all nvidia/cuda:11.0-base nvidia-smi or docker run --rm --gpus all nvidia/cuda:11.0.3-base-ubuntu22.04 nvidia-smi

However, when I try to run: docker run --rm --gpus all nvidia/cuda:11.0.3-base-ubuntu20.04 nvidia-smi

I'm getting this error:

docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: initialization error: load library failed: libnvidia-ml.so.1: cannot open shared object file: no such file or directory: unknown.

The output from docker run hello-world is as expected.

@optimator999
Copy link

did you find a solution? I have the exact same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants