Closed stnava closed 4 years ago
Correct. I regularly run the rocker/ml images with standard docker run
and the --gpus=
flag instead.
(Though as you may know docker-compose no longer works with gpu option)
followed these steps : https://github.com/NVIDIA/nvidia-docker/issues/1243
and it worked.
thank you!
also needed
export LD_LIBRARY_PATH=/usr/local/cuda-10.2/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
is nvidia-docker is necessary anymore. With 19.03 and older, can you do (after installing nvidia-docker-cli and nvidia-docker-toolkit) pass --gpus= parameter to docker ?