The following packages have unmet dependencies:
nvidia-docker2 : Depends: docker-ce (= 5:18.09.0~3-0~ubuntu-xenial) but 5:18.09.1~3-0~ubuntu-xenial is to be installed or docker-ee (= 5:18.09.0~3-0~ubuntu-xenial) but it is not installable
E: Unable to correct problems, you have held broken packages.
dpkg -l 'nvidia'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=============================================-===========================-===========================-===============================================================================================
un nvidia-common
un nvidia-legacy-340xx-vdpau-driver
un nvidia-libopencl1-dev
un nvidia-prime
un nvidia-vdpau-driver
dpkg -l 'docker'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=============================================-===========================-===========================-===============================================================================================
un docker
ii docker-ce 5:18.09.1~3-0~ubuntu-xenial amd64 Docker: the open-source application container engine
ii docker-ce-cli 5:18.09.1~3-0~ubuntu-xenial amd64 Docker CLI: the open-source application container engine
un docker-engine
un docker-engine-cs
un docker.io
un lxc-docker
un lxc-docker-virtual-package
nvidia-smi
Thu Jan 10 01:51:35 2019
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 410.78 Driver Version: 410.78 CUDA Version: 10.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce RTX 2080 Off | 00000000:01:00.0 On | N/A |
| 0% 38C P8 20W / 215W | 285MiB / 7951MiB | 1% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 1128 G /usr/lib/xorg/Xorg 166MiB |
| 0 2488 G compiz 118MiB |
+-----------------------------------------------------------------------------+
Same issue here. Ubuntu 16.04.
sudo apt-get remove docker docker-engine docker.io containerd runc
sudo apt autoremove
sudo apt-get install docker-ce=5:18.09.0~3-0~ubuntu-bionic
note if you installed using the shell script @ get.docker.com you'll need to follow these instructions
https://serverfault.com/a/722472
Hello!
Docker release a new version, you can either downgrade to 18.09.0 or wait until Monday for Nvidia docker packages to come out.
@RenaudWasTaken you said "wait until Monday" it is now Tuesday and I don't see any new nvidia-docker releases. Will this issue be updated/closed when there is a release?
This is getting a bit frustrating every docker update with have this issue
Hello!
We're sorry this is taking a little bit longer than expected. We are currently running tests to make sure everything is working fine.
Automating the pipeline for releasing new packages is one of the reason this is taking a bit longer than planed.
In the meantime (and for every new docker release) you can always stay (or downgrade) on the 18.09.0 release as this is still working.
Thank you for your patience.
Hello!
We've released the packages a few hours ago :)
Most helpful comment
@RenaudWasTaken you said "wait until Monday" it is now Tuesday and I don't see any new
nvidia-dockerreleases. Will this issue be updated/closed when there is a release?