We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear sir, I got errors when building the docker with command docker build -t hififace:latent .:
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: