nvidia-docker icon indicating copy to clipboard operation
nvidia-docker copied to clipboard

Cooperative Launch support?

Open AlexanderZvyagin opened this issue 3 years ago • 0 comments

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 #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

AlexanderZvyagin avatar Feb 01 '22 19:02 AlexanderZvyagin