Commit 3e6d69ea authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

install vtk-egl

parent 51774e6a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ COPY --chown=trame-user:trame-user . /app
WORKDIR app

RUN pip install -r requirements.txt
RUN pip uninstall -y vtk && pip install --extra-index-url https://wheels.vtk.org vtk-egl

USER trame-user