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