Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Multiple] docker run command --gpus flag rather than --runtime flag #493

Open
roarjn opened this issue May 10, 2020 · 1 comment
Open
Labels
bug Something isn't working

Comments

@roarjn
Copy link

roarjn commented May 10, 2020

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.

@roarjn roarjn added the bug Something isn't working label May 10, 2020
@Fercho120
Copy link

Hi, I personally found that issue running Tacotron 2 and WaveGlow Inference with TensorRT, there in https://github.com/NVIDIA/DeepLearningExamples/blob/master/PyTorch/SpeechSynthesis/Tacotron2/scripts/docker/interactive.
I got an error which I solved by substituing it with docker run --gpus all --rm -it tacotron2

I agree there are some scripts needed to be updated

@ghost ghost assigned ghost and unassigned ghost Jul 6, 2020
@nv-kkudrynski nv-kkudrynski assigned ghost Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants