-
Notifications
You must be signed in to change notification settings - Fork 2
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
Failed to Create Shim Task: OCI Runtime Create Failed #3
Comments
I have the same issue. Unfortunately it doesn't seem that |
Broken on 22.04 too. Installing latest *nvidia-container* packages from the official repo fixes it. |
There's an issue on the nvidia-docker repo referencing this exact problem. @mmstick @elezar you appear to be the recent maintainers for this repo, would it be possible to implement a fix? The last response on that issue seems to identify the issue as a compile-time option in |
@berkgercek which issue to you mean in the |
@berkgercek @elezar NVCGO is disabled because it fails to compile when enabled.
|
I followed the NVIDIA Container Toolkit installation guide to install this on version 21.10 of Pop OS, but after following the guide and running
sudo docker run --rm --gpus all nvidia/cuda:11.0.3-base-ubuntu20.04 nvidia-smi
I get the following error message:docker: Error response from daemon: 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: nvidia-container-cli: container error: cgroup subsystem devices not found: unknown.
My understanding is that, because I'm running Pop OS, it's this Project's version of the Container Toolkit that was installed on my changed.
How can this issue be fixed?
For additional background, here's the first line of what I get when I run
nvidia-smi
on my machine:NVIDIA-SMI 470.103.01 Driver Version: 470.103.01 CUDA Version: 11.4
The text was updated successfully, but these errors were encountered: