JuliaClimate / Notebooks

JuliaClimate Notebooks
https://JuliaClimate.github.io/Notebooks/
MIT License
97 stars 18 forks source link

packages that fail to precompile / install on jupyterhub #97

Open gaelforget opened 1 year ago

gaelforget commented 1 year ago

In principle, we'd like to be able to run any Julia package from within Pluto within JupyterHub within docker run.

Amongst the packages that we have tried this with, issues mostly seem related to external libraries :

The errors are not limited to the JuliaClimate/Notebooks build or Pluto.

To reproduce them with the broadly used

For an intro on Docker :

https://www.youtube.com/watch?v=daNrJhPPgWg

gaelforget commented 1 year ago

GLMakie :

Screenshot 2023-01-03 at 12 50 14 PM

👉 the error message points to https://github.com/MakieOrg/Makie.jl/tree/master/GLMakie#troubleshooting-opengl which may provide the solution. Can this be added to the Docker build?