NVIDIA/nvidia-docker

nvidia-docker | 2017/01/19 00:21:58 Error: unsupported Docker version

noajshu opened this issue · 4 comments

It looks like the docker release on Jan 17 broke nvidia-docker compatibility.

~$ docker version
Client:
 Version:      1.13.0
 API version:  1.25
 Go version:   go1.7.3
 Git commit:   49bf474
 Built:        Tue Jan 17 09:58:26 2017
 OS/Arch:      linux/amd64

Server:
 Version:      1.13.0
 API version:  1.25 (minimum version 1.12)
 Go version:   go1.7.3
 Git commit:   49bf474
 Built:        Tue Jan 17 09:58:26 2017
 OS/Arch:      linux/amd64
 Experimental: false

nvidia-docker:

~$ nvidia-docker
nvidia-docker | 2017/01/19 00:21:58 Error: unsupported Docker version
flx42 commented

We released a new version (1.0.0), you can simply install the new package on top of the old one:
https://github.com/NVIDIA/nvidia-docker#ubuntu-distributions

Thanks!

Fantastic! So, which version of docker is explicitly supported? 1.12?

flx42 commented

1.13 and below are supported with nvidia-docker 1.0.0 (the latest package)