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
{{ message }}
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
I'm trying to run several instances of an application in different containers on different GPUs.
Currently my script roughly is as follows: #!/bin/bash GPU=$1 export NV_GPU=$GPU nvidia-docker run ...
However no matter what I set the GPU to, the application runs on GPU 0. No error messages occur, and I've tried using the GPU's unique ID as well.
This is with docker version 17.03.1-ce and nvidia-docker 1.0.1-1_amd64.
I'm trying to run several instances of an application in different containers on different GPUs.
Currently my script roughly is as follows:
#!/bin/bashGPU=$1export NV_GPU=$GPUnvidia-docker run ...However no matter what I set the GPU to, the application runs on GPU 0. No error messages occur, and I've tried using the GPU's unique ID as well.
This is with docker version 17.03.1-ce and nvidia-docker 1.0.1-1_amd64.