pangeo-data / jupyter-earth

Jupyter meets the Earth: combining research use cases in geosciences with technical developments within the Jupyter and Pangeo ecosystems.
https://jupytearth.org
Creative Commons Zero v1.0 Universal
28 stars 6 forks source link

hub image: julia workaround, not sure if its needed #127

Closed consideRatio closed 2 years ago

consideRatio commented 2 years ago

I could not confirm this made sense, as we copy only a symbolic link, and that link points to what is already made available. So in practice, it seems like we at best expose what is available with a new link.

Overall, I don't see this to cause failures though, so for now, lets try it.

Closes #126.

yuvipanda commented 2 years ago

Another option might be to set $LD_LIBRARY_PATH to include $JULIA_PATH/srv/julia, so that dir will also be looked in when trying to load .so files.

consideRatio commented 2 years ago

Ah yepp!

This has now been deployed, new user servers started will have this change!