ubiquiti / docker-compose-aarch64

generate a docker-compose binary for aarch64 / arm64
112 stars 56 forks source link

Build fails constantly #10

Open Gerry33 opened 5 years ago

Gerry33 commented 5 years ago
> Collecting six==1.12.0
>   Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f92ee0d68>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/six/
> 

Likely not a problem with this Docker file.

Tried various solution discussed on stackoverflow, but none works. Any help is appreciated .

Gerry

zhangqi-net commented 4 years ago
> Collecting six==1.12.0
>   Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f92ee0d68>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/six/
> 

Likely not a problem with this Docker file.

Tried various solution discussed on stackoverflow, but none works. Any help is appreciated .

Gerry

I tried to set pypi repo manually by add a pip.conf to dockerfile and finally works.