iterative / dvc

🦉 ML Experiments and Data Management with Git
https://dvc.org
Apache License 2.0
13.36k stars 1.16k forks source link

Getting timeout in DVC pull #10452

Closed bhaswa closed 2 weeks ago

bhaswa commented 3 weeks ago

I have a large file arround 3GB

When I try to do dvc pull from inside a docker environment, I get this below error.

ERROR: unexpected error - The difference between the request time and the current time is too large.: An error occurred (RequestTimeTooSkewed) when calling the GetObject operation: The difference between the request time and the current time is too large. Having any troubles? Hit us up at https://dvc.org/support, we are always happy to help!

Can you help regarding this ?

dberenbaum commented 3 weeks ago

Hi @bhaswa! That error is coming from the storage provider and passed along to dvc. Are you using s3 or some other storage? Could you try with dvc pull -v --jobs 1? If it still doesn't work, could you please post the full output?

bhaswa commented 3 weeks ago

Thanks @dberenbaum. I will check with the option and get back.

bhaswa commented 2 weeks ago

Thanks @dberenbaum. It is working with the provided option.