anhttran / extreme_3d_faces

Extreme 3D Face Reconstruction: Looking Past Occlusions
Other
785 stars 184 forks source link

Please update code to work with current NVIDIA driver, thanks! #50

Open vincentden6 opened 2 years ago

vincentden6 commented 2 years ago

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

lhyfst commented 2 years ago

how to get mxnet/python:1.1.0_nccl?

I got

$ 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