Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Does not respect NV_GPU #461

@dtmoodie

Description

@dtmoodie

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions