Nvidia-docker: can not install due to decompressor pipe: unexpected end of file or stream

Created on 6 Nov 2017  Â·  2Comments  Â·  Source: NVIDIA/nvidia-docker

my system is ubuntu 14.04, my docker version is Version: 17.09.0-ce, API version: 1.32. I have installed the driver nvidia 1080TI, they are working well.

this is my first time installing nvidia-docker, I followed the instructions as below

wget -P /tmp https://github.com/NVIDIA/nvidia-docker/releases/download/v1.0.1/nvidia-docker_1.0.1-1_amd64.deb
sudo dpkg -i /tmp/nvidia-docker*.deb && rm /tmp/nvidia-docker*.deb

it got a error saying

Preparing to unpack nvidia-docker_1.0.1-1_amd64.deb ...
Unpacking nvidia-docker (1.0.1-1) ...
dpkg-deb (subprocess): cannot copy archive member from 'nvidia-docker_1.0.1-1_amd64.deb' to decompressor pipe: unexpected end of file or stream
dpkg-deb (subprocess): decompressing archive member: lzma error: unexpected end of input
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg: error processing archive nvidia-docker_1.0.1-1_amd64.deb (--install):
 cannot copy extracted data for './usr/bin/nvidia-docker-plugin' to '/usr/bin/nvidia-docker-plugin.dpkg-new': unexpected end of file or stream
Processing triggers for ureadahead (0.100.0-16) ...
Errors were encountered while processing:
 nvidia-docker_1.0.1-1_amd64.deb

Most helpful comment

finally it is because the download is corrupted

All 2 comments

finally it is because the download is corrupted

What does it mean by the download is corrupted? Thank you. I need hlep, please see here.

Was this page helpful?
0 / 5 - 0 ratings