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

clean docker build but docker run issue #172

Closed
adamsj-ros opened this issue Jul 27, 2023 · 2 comments
Closed

clean docker build but docker run issue #172

adamsj-ros opened this issue Jul 27, 2023 · 2 comments

Comments

@adamsj-ros
Copy link

Has anyone encountered this issue on run?

❯ docker run --net=host --gpus all -v $(pwd):/code -v ${OptiX_INSTALL_DIR}:/optix -e OptiX_INSTALL_DIR=/optix -e NVIDIA_DRIVER_CAPABILITIES=all -it rgl:latest /bin/bash
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: Auto-detected mode as 'legacy'
nvidia-container-cli: container error: cgroup subsystem devices not found: unknown.
ERRO[0000] error waiting for container: context canceled
@msz-rai
Copy link
Collaborator

msz-rai commented Jul 28, 2023

We have never seen this error before.
To help us find the problem, please provide your:

  • OS version
  • GPU model
  • GPU driver version

If you are working on PopOS, this comment can help you.

@adamsj-ros
Copy link
Author

I tried again on a different machine with a modern Nvidia GPU and it seems to work although the next step in the README.md doesn't work.

. I did notice that --runtime=nvidia was missing to use --gpus all but maybe that's not a problem depending on how you've setup docker with Nvidia.

@adamsj-ros adamsj-ros closed this as not planned Won't fix, can't repro, duplicate, stale Aug 28, 2023
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