Commit 3a85317a authored by Hahn, Steven's avatar Hahn, Steven
Browse files

update Sunny container



Signed-off-by: default avatarSteven Hahn <hahnse@ornl.gov>
parent 9b902fb0
Loading
Loading
Loading
Loading
+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()'