I’m preparing a session for a workshop and I noticed some unexpected behavior, I would be interested to see if others are seeing the same thing.
It appears that If I start a session by clicking ‘start’ on the project page or by following the session autostart link: Reproducible Data Science | Open Research | Renku then the git lfs files in my demo dataset are NOT pulled into the session but if I use the start with options dropdown to start the session then the files are pulled. i.e. Starting from this page: Reproducible Data Science | Open Research | Renku will autofetch the data but from the project home will not. This project has git_lfs_autofetch = true
option in renku.ini
Reproducible Data Science | Open Research | Renku
If I run the command git lfs fetch --all & git lfs pull
then I can get the files in the sessions which don’t appear to be respecting the git_lfs_autofetch = true
option in renku.ini
then it works fine once the session is up it’s just not happening automatically.