Loading sunny/Dockerfile +5 −4 Original line number Diff line number Diff line from code.ornl.gov:4567/gravitas/containers/julia:1.9.4-bookworm from code.ornl.gov:4567/gravitas/containers/jupyter-notebook:24.07 run apt-get update -y && \ apt-get upgrade -y && \ apt-get install -y cmake xorg-dev mesa-utils xvfb libgl1 freeglut3-dev apt-get upgrade -y run xvfb-run -s '-screen 0 1024x768x24' julia -e 'using Pkg; Pkg.add(["Sunny", "GLMakie", "WGLMakie", "IJulia"])' user jovyan run julia -e 'using Pkg; Pkg.Registry.update(); Pkg.add(["Sunny", "WGLMakie", "IJulia"]); Pkg.precompile()' Loading
sunny/Dockerfile +5 −4 Original line number Diff line number Diff line from code.ornl.gov:4567/gravitas/containers/julia:1.9.4-bookworm from code.ornl.gov:4567/gravitas/containers/jupyter-notebook:24.07 run apt-get update -y && \ apt-get upgrade -y && \ apt-get install -y cmake xorg-dev mesa-utils xvfb libgl1 freeglut3-dev apt-get upgrade -y run xvfb-run -s '-screen 0 1024x768x24' julia -e 'using Pkg; Pkg.add(["Sunny", "GLMakie", "WGLMakie", "IJulia"])' user jovyan run julia -e 'using Pkg; Pkg.Registry.update(); Pkg.add(["Sunny", "WGLMakie", "IJulia"]); Pkg.precompile()'