You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to Model/Framework(s)
Multiple models and frameworks in repo.
Describe the bug
Looks like docker run does not support the --runtime=nvidia option anymore for docker 19.03. Instead docker run --gpus=all .. or docker run --gpus device=.. should be specified.
Also, some scripts use older nvidia-docker command.
May want to update all scripts to use newer docker run command.
The text was updated successfully, but these errors were encountered:
Related to Model/Framework(s)
Multiple models and frameworks in repo.
Describe the bug
Looks like
docker run
does not support the--runtime=nvidia
option anymore for docker 19.03. Insteaddocker run --gpus=all ..
ordocker run --gpus device=..
should be specified.Also, some scripts use older
nvidia-docker
command.May want to update all scripts to use newer docker run command.
The text was updated successfully, but these errors were encountered: