We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
We have never seen this error before. To help us find the problem, please provide your:
If you are working on PopOS, this comment can help you.
Sorry, something went wrong.
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.
README.md
. 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.
--runtime=nvidia
--gpus all
No branches or pull requests
Has anyone encountered this issue on run?
The text was updated successfully, but these errors were encountered: