Centos – GPU not available in docker
I am unable to run GPU on Docker after updating the GPU driver. When I run nvidia-smi in the host environment (Centos), the GPU is recognized. docker run --gpus all -it -v $(pwd):/home/workspace test /bin/bash ERRO[0000] error waiting for container:…