MICA-MNI / micapipe

micapipe from the Multimodal imaging and connectome analysis lab (http://mica-mni.github.io) at the Montreal Neurological Institute. Read The Docs documentation below
http://micapipe.readthedocs.io
GNU General Public License v3.0
80 stars 27 forks source link

Faild using docker pull for install. #83

Closed ZhyGao closed 1 year ago

ZhyGao commented 1 year ago
rcruces commented 1 year ago

Hello it looks like you had a network connectivity issue.

Check your internet connection: Ensure that you have a stable internet connection and can access other websites or resources without any issues. If you're behind a firewall or proxy, make sure that Docker is configured correctly to work with the network environment.

Retry the pull command: Sometimes, network issues can be temporary. Retry the pull command after a few moments to see if the issue persists.

Use a VPN or proxy: If you're behind a restrictive network, try using a VPN or configuring Docker to work with a proxy server that allows the necessary connections for image downloads.

Check firewall settings: If you have a firewall enabled, ensure that it is not blocking Docker's network connections. Verify that the required ports for Docker (typically port 443 for HTTPS) are open and accessible.

We tried on our end pulling the image and it work with a stable network connection. I hope this is useful information.