Nvidia-docker: Error: unsupported Docker version (with new docker version v17.03.0-ce)

Created on 2 Mar 2017  Â·  11Comments  Â·  Source: NVIDIA/nvidia-docker

Hi,
I am getting this error "nvidia-docker | 2017/03/02 15:31:46 Error: unsupported Docker version" since the release of the new docker version v17.03.0-ce.

Could it be possible to make it compatible with this new docker version?

Thank you.

Most helpful comment

@QuentinG3 I fixed that on master, we will release 1.0.1 today.

@jokla your problem is different I believe, you didn't install the official docker package.

All 11 comments

Me too!

I cannot install the nvidia-docker neither, I guess it is because of this new version of docker v17.03.0-ce:

Unpacking nvidia-docker (1.0.0-1) over (1.0.0-1) ...
dpkg: dependency problems prevent configuration of nvidia-docker:
 nvidia-docker depends on docker-engine (>= 1.9.0); however:
  Package docker-engine is not installed.

@QuentinG3 I fixed that on master, we will release 1.0.1 today.

@jokla your problem is different I believe, you didn't install the official docker package.

@jokla actually, I just noticed that there is now a new package called docker-ce. So users might end-up with one or the other.

I can confirm fixing the version string to 17.030-ce in docker.go worked for me.  

Sent from Yahoo Mail on Android

On Thu, Mar 2, 2017 at 19:17, Felix Abecassisnotifications@github.com wrote:
@jokla actually, I just noticed that there is now a new package called docker-ce. So users might end-up with one or the other.

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

@flx42 Thanks for your answer. I installed docker-ce following these instructions: https://docs.docker.com/engine/installation/linux/ubuntu/#install-using-the-repository
Is it not the official docker package?

@jokla: it is now, but this new package name came as a surprise for us.

@flx42 How can I install nvidia-docker now? Should I wait for the release 1.0.1 then?
Thanks!

@jokla you can wait for 1.0.1, or if you're brave you can generate your own deb package after modifying build/deb/control:

-Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, docker-engine (>= 1.9.0), libcap2-bin
+Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, docker-engine (>= 1.9.0) | docker-ce | docker-ee, libcap2-bin

And then make deb.

1.0.1 is released, please test!

Hello @flx42 It works now. Thanks for your quick action !!! Much appreciated !!

Was this page helpful?
0 / 5 - 0 ratings