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

Is Ubuntu 24.04.1 supported now? #814

Open
uzhao opened this issue Nov 27, 2024 · 2 comments
Open

Is Ubuntu 24.04.1 supported now? #814

uzhao opened this issue Nov 27, 2024 · 2 comments

Comments

@uzhao
Copy link

uzhao commented Nov 27, 2024

I have a container ran well. Later I got this error
docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].

docker --version
Docker version 27.3.1, build ce12230

nvidia-container-runtime --version
NVIDIA Container Runtime version 1.17.2
commit: fa66e4c
spec: 1.2.0

runc version 1.1.14
commit: v1.1.14-0-g2c9f560
spec: 1.0.2-dev
go: go1.22.9
libseccomp: 2.5.5

@elezar
Copy link
Member

elezar commented Nov 29, 2024

Some questions:

  • How is docker installed?
  • How are you launching your container? It could be that the docker daemon was not restarted after the NVIDIA Container Toolkit was (re)installed. Could you run:
sudo systemctl restart docker

@uzhao
Copy link
Author

uzhao commented Nov 29, 2024

Some questions:

  • How is docker installed?
  • How are you launching your container? It could be that the docker daemon was not restarted after the NVIDIA Container Toolkit was (re)installed. Could you run:
sudo systemctl restart docker

I installed with official instruction in https://docs.docker.com/engine/install/ubuntu/
I have restarted docker, ubuntu. Also checked /etc/docker/daemon.json

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

No branches or pull requests

2 participants