Commit d43f0cf9 authored by Duggan, John's avatar Duggan, John
Browse files

Add missing EGL install

parent 1649cdae
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ RUN chmod og+rwX -R /src

FROM --platform=amd64 regproxy.ornl.gov/hub_proxy/kitware/trame:py3.10-glvnd-2024-10 AS run

RUN pip install --extra-index-url https://wheels.vtk.org vtk-egl

RUN apt update && apt install -y libgl1-mesa-dev libxrender1 nginx xvfb
RUN chmod og+rwX -R /var/lib/nginx
RUN chmod og+rwX -R /var/log/nginx
+1 −1
Original line number Diff line number Diff line
[tool.poetry]
name = "ctscan-viz"
version = "0.2.2"
version = "0.2.3"
description = "Template application"
authors = []
readme = "README.md"