Skip to content

Commit

Permalink
Update Dockerfile (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Oct 16, 2023
1 parent c809251 commit 0fe6c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ENV DEB_PYTHON_INSTALL_LAYOUT=deb_system
ENV HDF5_MPI="ON"
ENV HDF5_DIR="/usr/local"
ENV PYVISTA_JUPYTER_BACKEND="panel"

# # Requirements for pyvista (gl1 and render1) and jupyterlab (nodejs and curl)
WORKDIR /tmp/
# Requirements for pyvista (gl1 and render1) and jupyterlab (nodejs and curl)
RUN apt-get update && apt-get install -y libgl1-mesa-glx libxrender1 xvfb curl
RUN curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh && \
bash nodesource_setup.sh && \
Expand Down

0 comments on commit 0fe6c20

Please sign in to comment.