Recently the external docker image stopped loading.
The project in question: WeDoWind Nadara Space - Yaw Misalignment Challenge · Project in @wedowind · Renku
This was working well on previous deployments, but now, after starting the environment, the work folder and custom kernel (used to mount at /home/jovyan/work/) seem to be missing.
Looking through the logs, I could not find a “smoking gun”. It just complains that the folders/ files are not there, but I have not rebuild the docker image recently.
Any help is highly appreciated. Thank you.
Hi @time-trader - thanks for posting your question! We did recently make some changes to how the mounts are handled and fixed some old bugs, but it may have broken your workflow, sorry about that!
I was able to copy your project and modify the launcher to use /home/jovyan/work/mount as the mount point and /home/jovyan/work as the working directory - this allows me to open the notebook and select the Static Yaw Misalignment Python Environment kernel - the packages seem to be there afaict.
Here is my copy of your project if you want to quickly check it out. Let me know if that works!
@time-trader I tracked down the source of the problem. This was a small fix that we rolled out recently. Unfortunately we did not realize it would have this side-effect. I just removed the part that was causing the issues. So launching sessions on renkulab.io will work now as before even without modifying your session launcher.