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
When I run my app in the docker container, I get: Cooperative Launch is not supported on this machine configuration.
The installed package is nvidia-container-toolkit_1.7.0-1_amd64.deb, with
# cat /etc/docker/daemon.json { "runtimes": { "nvidia": { "path": "/usr/bin/nvidia-container-runtime", "runtimeArgs": [] } } }
My GPU is correctly detected:
$ docker run --gpus all nvidia/cuda:11.0-base nvidia-smi -L GPU 0: NVIDIA GeForce RTX 2060 SUPER (UUID: GPU-1d001a80-c8f0-e4ff-0f67-97aa13860315)
Is Cooperative Launch supported in cuda-docker?! If YES, what do I miss?
Thanks a lot in advance!
docker container: nvidia/cuda:11.6.0-runtime-ubuntu20.04 uname -a: Linux naz 5.13.0-27-generic NVIDIA/nvidia-docker#29~20.04.1-Ubuntu SMP Fri Jan 14 00:32:30 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux docker version: 20.10.12 host nvidia driver: 510.39.01-0ubuntu1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run my app in the docker container, I get:
Cooperative Launch is not supported on this machine configuration.
The installed package is nvidia-container-toolkit_1.7.0-1_amd64.deb, with
My GPU is correctly detected:
Is Cooperative Launch supported in cuda-docker?! If YES, what do I miss?
Thanks a lot in advance!
docker container: nvidia/cuda:11.6.0-runtime-ubuntu20.04
uname -a: Linux naz 5.13.0-27-generic NVIDIA/nvidia-docker#29~20.04.1-Ubuntu SMP Fri Jan 14 00:32:30 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
docker version: 20.10.12
host nvidia driver: 510.39.01-0ubuntu1
The text was updated successfully, but these errors were encountered: