Python 无法在Docker ContinuMio/anaconda3上生成映像

Python 无法在Docker ContinuMio/anaconda3上生成映像,python,docker,anaconda,dockerfile,anaconda3,Python,Docker,Anaconda,Dockerfile,Anaconda3,无法在Mac M1上生成映像 My Dockerfile :- FROM continuumio/anaconda3:4.4.0 COPY . /usr/app/ EXPOSE 5000 WORKDIR /usr/app/ RUN pip install -r requirements.txt Cflight_cityMD python app_flasgger.py 每当我运行它时。。出现错误:- [internal] load metadata for docker.io/continu

无法在Mac M1上生成映像

My Dockerfile :-
FROM continuumio/anaconda3:4.4.0
COPY . /usr/app/
EXPOSE 5000
WORKDIR /usr/app/
RUN pip install -r requirements.txt
Cflight_cityMD python app_flasgger.py
每当我运行它时。。出现错误:-


[internal] load metadata for docker.io/continuumio/anaconda3:4.4.0:
failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to do request: Head https://registry-1.docker.io/v2/continuumio/anaconda3/manifests/4.4.0: proxyconnect tcp: dial tcp 192.168.65.1:3128: i/o timeout
Using default tag: latest
Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
无论什么时候,只要你想继续拉下去 带命令:-码头工人拖船连续作业/anaconda3 出现错误:-


[internal] load metadata for docker.io/continuumio/anaconda3:4.4.0:
failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to do request: Head https://registry-1.docker.io/v2/continuumio/anaconda3/manifests/4.4.0: proxyconnect tcp: dial tcp 192.168.65.1:3128: i/o timeout
Using default tag: latest
Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

看起来像是代理问题。