RunpodR
Runpod16mo ago
Pesa2000

Running a different run command for docker run

Im trying to use Vulkan inside a pod, the pod is a simple Pytorch + Cuda, nvidia-smi does indeed see the GPU but vulkan not, i saw on a couple of threads that i should run the container with:

the nvidia.json file that should be in the host machine is not copied in the container so vulkan is failing, a lot of issues suggests that the solution might be using --runtime=nvidia as a param of the docker run command
Was this page helpful?