ehw-fit / tf-approximate

Approximate layers - TensorFlow extension
MIT License
26 stars 10 forks source link

Singularity container download timing out #2

Closed zois-tasoulas closed 4 years ago

zois-tasoulas commented 4 years ago

Hi,

I am trying to download the singularity container for the GPU implementation. Unfortunately, after 30 minutes of downloading the download stops with the following message:

FATAL: While pulling from image from http(s): context deadline exceeded (Client.Timeout or context cancellation while reading body)

I tried looking at my singularity.conf file but cannot find a timeout configuration for the client.

FilipVaverka commented 4 years ago

I'm not sure how to change the timeout in Singularity. However it should be possible to download the container using wget (or even just navigate the URL with your web browser) instead. With the *.sif file downloaded you should be able to continue in the same way as if you were to use "sigularity pull ..." command.

mrazekv commented 4 years ago

We added a note to the README file.