I just set up fresh install of ubuntu 17. nvidia driver is 375. I followed official steps for setting up docker-ce
now I'm following official steps for installing nvidia-docker but I get:
sudo dpkg -i /tmp/nvidia-docker*.deb && rm /tmp/nvidia-docker*.deb
[sudo] password for james:
Selecting previously unselected package nvidia-docker.
(Reading database ... 240666 files and directories currently installed.)
Preparing to unpack .../nvidia-docker_1.0.1-1_amd64.deb ...
Unpacking nvidia-docker (1.0.1-1) ...
dpkg: dependency problems prevent configuration of nvidia-docker:
nvidia-docker depends on sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16); however:
Package sysv-rc is not installed.
Package file-rc is not installed.
dpkg: error processing package nvidia-docker (--install):
dependency problems - leaving unconfigured
Processing triggers for ureadahead (0.100.0-19) ...
ureadahead will be reprofiled on next reboot
Errors were encountered while processing:
nvidia-docker
Note, I was able to fix it after installing nvidia modprobe and then installing a .deb that sombody built for yakkety
https://github.com/NVIDIA/nvidia-docker/issues/234
supposedly all they did was change ubuntu14.04 to 16.10 and rebuild and make the deb. I used that one (at least 8 people upvoted it) and it worked. Sounds like the deb needs to be updated.
Doing that would cause the deb to no longer work for 14.04 IIRC. So we would need to provide 2 sets of debs. Since we want to release nvidia-docker 2.0 soon, I don't think we will release a special deb for ubuntu 17.04.
The exact same issue occurs on 17.10 with nvidia 384. Any idea how to work around this or is there a fix in the works?
Hi flx42, any news about docker-nvidia 2.0 version ? the post was of july ...
@gt1967 @schwab please try 2.0!
https://github.com/NVIDIA/nvidia-docker/tree/2.0
Let me know if that works for you!
Thank you really nice of you !
I will try ASAP and let you know if works !
Il 8 novembre 2017 alle 17.15 Felix Abecassis notifications@github.com ha scritto:
@gt1967 https://github.com/gt1967 @schwab https://github.com/schwab please try 2.0! https://github.com/NVIDIA/nvidia-docker/tree/2.0 Let me know if that works for you! — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NVIDIA/nvidia-docker/issues/412#issuecomment-342868042 , or mute the thread https://github.com/notifications/unsubscribe-auth/AQGDz-VOA0JaoK7fxgpie4Bt6HMmAtPqks5s0dOdgaJpZM4OLO0t .
Most helpful comment
The exact same issue occurs on 17.10 with nvidia 384. Any idea how to work around this or is there a fix in the works?