MhLiao / TextBoxes_plusplus

TextBoxes++: A Single-Shot Oriented Scene Text Detector
Other
954 stars 279 forks source link

Docker for GPU failed #140

Open naarkhoo opened 3 years ago

naarkhoo commented 3 years ago

I am trying to build the GPU docker as it is advised, however encounter the following error

W: Failed to fetch https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/Packages  gnutls_handshake() failed: Handshake failed

W: Failed to fetch https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1404/x86_64/Packages  gnutls_handshake() failed: Handshake failed

E: Some index files failed to download. They have been ignored, or old ones used instead.
The command '/bin/sh -c apt-get update && apt-get install -y --no-install-recommends         build-essential         cmake         git         wget         libatlas-base-dev         libboost-all-dev         libgflags-dev         libgoogle-glog-dev         libhdf5-serial-dev         libleveldb-dev         liblmdb-dev         libopencv-dev         libprotobuf-dev         libsnappy-dev         libgeos-dev         protobuf-compiler         python-dev         python-numpy         python-pip         python-scipy         python-opencv &&     rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

I appreciate any hint

naarkhoo commented 3 years ago

seems nvidia doesn't support ubuntu 14.04 any longer

macs1207 commented 3 years ago

I get the same error message