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

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

Closed
QuentinG3 opened this issue Mar 2, 2017 · 11 comments
Closed

Comments

@QuentinG3
Copy link

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.

@JoBlo777
Copy link

JoBlo777 commented Mar 2, 2017

Me too!

@jokla
Copy link

jokla commented Mar 2, 2017

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.

@flx42
Copy link
Member

flx42 commented Mar 2, 2017

@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.

@flx42
Copy link
Member

flx42 commented Mar 2, 2017

@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.

@JoBlo777
Copy link

JoBlo777 commented Mar 2, 2017 via email

@jokla
Copy link

jokla commented Mar 2, 2017

@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?

@flx42
Copy link
Member

flx42 commented Mar 2, 2017

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

@jokla
Copy link

jokla commented Mar 2, 2017

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

@flx42
Copy link
Member

flx42 commented Mar 2, 2017

@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.

@flx42
Copy link
Member

flx42 commented Mar 3, 2017

1.0.1 is released, please test!

@flx42 flx42 closed this as completed Mar 3, 2017
@soumenms2015
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants