-
Notifications
You must be signed in to change notification settings - Fork 299
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
Docker Error - Unknown or Invalid Runtime Name: Nvidia #150
Comments
Just to make sure that this has been done, have you restarted the docker daemon after making the configuration changes:
(I would expect so since the runtime shows up in the |
Are you using Ubuntu with WSL? https://stackoverflow.com/questions/77323535/add-nvidia-runtime-to-docker-runtimes-on-windows-wsl |
for anyone who wanted to copy paste it:
|
1. Issue or feature description
I'm experiencing a runtime error with Docker when using the Nvidia runtime. Despite having a successful initial Docker command and editing the Docker configuration, I encounter an error when executing a script.
2. Steps to reproduce the issue
Initial Docker Command:
This command executes successfully.
Edit Docker Configuration:
Edited
/etc/docker/daemon.json
to set Nvidia as the default runtime:Execute Script with Modified Settings:
Running the script
scripts/run_dev.sh ~/workspaces/isaac_ros-dev/
results in an error:3. Information to attach (optional if deemed irrelevant)
nvidia-container-cli -k -d /dev/tty info
uname -a
dmesg
nvidia-smi -a
docker version 24.0.7, build afdd53b
dpkg -l '*nvidia*'
orrpm -qa '*nvidia*'
nvidia-container-cli -V
sudo docker info | grep -i runtime
showsRuntimes: runc io.containerd.runc.v2 nvidia
andDefault Runtime: nvidia
The text was updated successfully, but these errors were encountered: