RobotLocomotion / LabelFusion

LabelFusion: A Pipeline for Generating Ground Truth Labels for Real RGBD Data of Cluttered Scenes
http://labelfusion.csail.mit.edu
Other
387 stars 98 forks source link

Could not resolve host: developer.download.nvidia.com #60

Closed hygxy closed 5 years ago

hygxy commented 5 years ago

when I try to rebuild the docker image with docker_build.sh in folder /docker, I get the following error:

Err:1 http://archive.ubuntu.com/ubuntu xenial InRelease Temporary failure resolving 'archive.ubuntu.com' Err:2 http://security.ubuntu.com/ubuntu xenial-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:3 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 InRelease Could not resolve host: developer.download.nvidia.com Err:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease Temporary failure resolving 'archive.ubuntu.com' Err:5 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 InRelease Could not resolve host: developer.download.nvidia.com Err:6 http://archive.ubuntu.com/ubuntu xenial-backports InRelease Temporary failure resolving 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'security.ubuntu.com' W: Failed to fetch https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/InRelease Could not resolve host: developer.download.nvidia.com W: Failed to fetch https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64/InRelease Could not resolve host: developer.download.nvidia.com W: Some index files failed to download. They have been ignored, or old ones used instead.

Package cmake is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'bash-completion' has no installation candidate E: Package 'cmake' has no installation candidate E: Unable to locate package freeglut3-dev E: Unable to locate package git E: Unable to locate package libboost-all-dev E: Unable to locate package libglew-dev E: Unable to locate package libjpeg-dev E: Unable to locate package libeigen3-dev E: Unable to locate package libopencv-dev E: Unable to locate package libopenni2-dev E: Unable to locate package libqhull-dev E: Unable to locate package libqt4-dev E: Unable to locate package libqwt-dev E: Unable to locate package libsuitesparse-dev E: Unable to locate package libudev-dev E: Unable to locate package libusb-1.0-0-dev E: Couldn't find any package by glob 'libusb-1.0-0-dev' E: Couldn't find any package by regex 'libusb-1.0-0-dev' E: Unable to locate package libvtk5-dev E: Unable to locate package libvtk5-qt4-dev E: Unable to locate package mesa-utils E: Unable to locate package openjdk-8-jdk E: Unable to locate package zlib1g-dev E: Unable to locate package libyaml-cpp-dev E: Unable to locate package python-dev E: Unable to locate package python-matplotlib E: Unable to locate package python-numpy E: Unable to locate package python-pip E: Unable to locate package python-scipy E: Unable to locate package python-vtk E: Unable to locate package python-yaml E: Unable to locate package sudo The command '/bin/sh -c /tmp/install_dependencies.sh' returned a non-zero code: 100

hygxy commented 5 years ago

passing command line option "--network=host" to nvidia-docker solved my issue