We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c809251 commit 0fe6c20Copy full SHA for 0fe6c20
docker/Dockerfile
@@ -8,8 +8,8 @@ ENV DEB_PYTHON_INSTALL_LAYOUT=deb_system
8
ENV HDF5_MPI="ON"
9
ENV HDF5_DIR="/usr/local"
10
ENV PYVISTA_JUPYTER_BACKEND="panel"
11
-
12
-# # Requirements for pyvista (gl1 and render1) and jupyterlab (nodejs and curl)
+WORKDIR /tmp/
+# Requirements for pyvista (gl1 and render1) and jupyterlab (nodejs and curl)
13
RUN apt-get update && apt-get install -y libgl1-mesa-glx libxrender1 xvfb curl
14
RUN curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh && \
15
bash nodesource_setup.sh && \
0 commit comments