Closed manics closed 3 years ago
I found another permissions problem on mybinder with /opt/install
. I can't reproduce it with podman so maybe it's specific to Docker? The second commit should fix it.
Test here: https://mybinder.org/v2/gh/manics/jupyter-omeroanalysis-desktop/fix-perms?urlpath=desktop
I confirm that the jupyter-omeroanalysis-desktop binder link still works. Which was helpful for me for testing purposes while I am trying to install jupyter-desktop-server on our local hub (as an aside: if this installation works, it will be a lifesaver next week for our remote teaching!)
Could this PR be merged / resolved?
Thanks for the PR, @manics. And thanks for the nudge, @nthiery!
I've now added @manics to this repository as well, since this is really a generalization of his work :)
apt-get install xorg
somehow results in a/home/jovyan/.cache
directory being created and owned byroot
, maybe becauseHOME
is set to/home/jovyan
? This prevents thejovyan
user running other programs such as Firefox:Note
fix-permissions $HOME
only makes it group writeable, it doesn't fix the owner which is why I'm usingchown
instead.