maum-ai / hififace

Unofficial PyTorch Implementation for HifiFace (https://arxiv.org/abs/2106.09965)
BSD 3-Clause "New" or "Revised" License
349 stars 57 forks source link

Error with Docker #11

Open fkeufss opened 2 years ago

fkeufss commented 2 years ago

Dear sir, I got errors when building the docker with command docker build -t hififace:latent .:

Sending build context to Docker daemon 122.9MB Step 1/16 : ARG BASE_IMAGE=pytorch/pytorch:1.7.1-cuda11.0-cudnn8-devel Step 2/16 : FROM $BASE_IMAGE Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: Temporary failure in name resolution

Can you please help me with it? Thanks.

Best, Lin