Skip to content

Commit 0fe6c20

Browse files
authored
Update Dockerfile (#153)
1 parent c809251 commit 0fe6c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ENV DEB_PYTHON_INSTALL_LAYOUT=deb_system
88
ENV HDF5_MPI="ON"
99
ENV HDF5_DIR="/usr/local"
1010
ENV PYVISTA_JUPYTER_BACKEND="panel"
11-
12-
# # Requirements for pyvista (gl1 and render1) and jupyterlab (nodejs and curl)
11+
WORKDIR /tmp/
12+
# Requirements for pyvista (gl1 and render1) and jupyterlab (nodejs and curl)
1313
RUN apt-get update && apt-get install -y libgl1-mesa-glx libxrender1 xvfb curl
1414
RUN curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh && \
1515
bash nodesource_setup.sh && \

0 commit comments

Comments
 (0)