NVIDIA / nvidia-docker

Build and run Docker containers leveraging NVIDIA GPUs
Apache License 2.0
17.21k stars 2.03k forks source link

Nvidia-docker command 'run' doesn't work #201

Closed korabelnikov closed 8 years ago

korabelnikov commented 8 years ago

$ docker run -t -i nvidia/digits /bin/bash usage: gunicorn [OPTIONS] APP_MODULE gunicorn: error: No application module specified.

i have try use 'nvidia-docker' instead 'docker', it have no effect.

Others command, like start, exec works properly.

Output of docker version: Client: Version: 1.12.1 API version: 1.24 Go version: go1.7.1 Git commit: 23cf638 Built: OS/Arch: linux/amd64

Server: Version: 1.12.1 API version: 1.24 Go version: go1.7.1 Git commit: 23cf638 Built: OS/Arch: linux/amd64

Output of docker info: Containers: 43 Running: 3 Paused: 0 Stopped: 40 Images: 17 Server Version: 1.12.1 Storage Driver: btrfs Build Version: Btrfs v4.7.1 Library Version: 101 Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: nvidia-docker local Network: null host bridge overlay Swarm: inactive Runtimes: runc Default Runtime: runc Security Options: seccomp Kernel Version: 4.4.15-gentoo Operating System: Gentoo/Linux OSType: linux Architecture: x86_64 CPUs: 24 Total Memory: 251.8 GiB Name: Beelzebub ID: CYUG:T3FX:PPBU:HOPF:LCKV:5WWS:DUJJ:ICHZ:2O3F:EMKP:QFPX:5BOB Docker Root Dir: /var/lib/docker Debug Mode (client): false Debug Mode (server): false Registry: https://index.docker.io/v1/ Insecure Registries: 127.0.0.0/8

Additional environment details (AWS, VirtualBox, physical, etc.):

I'm using nvidia-digits image. Host OS is gentoo.

i also have created issue in docker github https://github.com/docker/docker/issues/26624

korabelnikov commented 8 years ago

answered in docker/docker#26624