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

Cooperative Launch support? #273

Open
AlexanderZvyagin opened this issue Feb 1, 2022 · 0 comments
Open

Cooperative Launch support? #273

AlexanderZvyagin opened this issue Feb 1, 2022 · 0 comments

Comments

@AlexanderZvyagin
Copy link

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

@elezar elezar transferred this issue from NVIDIA/nvidia-docker Jan 22, 2024
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

1 participant