valohai / valohai-utils

Python helper library for Valohai
MIT License
2 stars 2 forks source link

Use cached input files during local runs #37

Closed drazendee closed 3 years ago

drazendee commented 3 years ago

Use local cached files from .valohai/inputs/<step>/<input-name>/ if they're available.

Now it tries to download the files from S3 (and ofc fails because there is no authentication) if you try to define a default s3 URI and run the script locally.

JuhaKiili commented 3 years ago

@DrazenDodik reported that this bug doesn't reproduce and likely to have been some kind of user error