You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker build -t extreme-3dmm-docker .
Sending build context to Docker daemon 106.4MB
Step 1/13 : FROM mxnet/python:1.1.0_nccl
manifest for mxnet/python:1.1.0_nccl not found
Based on documentation, when I install extreme_3d_faces using the command:
docker build -t extreme-3dmm-docker .
I got 1/13 passed, 2/13 failed:
Step 1/13 : FROM mxnet/python:1.1.0_nccl
...
Step 2/13 : RUN apt-get update
...
Get:11 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 Packages [619 kB]
Err:12 http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 Packages
Connection failed
Fetched 7725 kB in 12min 1s (10.7 kB/s)
Reading package lists...
E: Failed to fetch http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64/Packages Connection 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' returned a non-zero code: 100
The text was updated successfully, but these errors were encountered: