docker-compose build && docker-compose up error
ChinaYi opened this issue · 2 comments
ChinaYi commented
when running the docker-compose build && docker-compose up I get an error ( posted below):
Step 1/7 : FROM python:3
Sending build context to Docker daemon 4.854kB
Step 1/14 : FROM nvidia/cuda:11.2.2-base-ubuntu20.04 AS clifs
2 errors occurred:
* Status: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers), Code: 1
* Status: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers), Code: 1
Any Suggestion?
ChinaYi commented
Problem solved by changing a new docker mirror.
StephennFernandes commented
hey facing the same issue could you please link the new docker mirror used