Skip to content

Commit

Permalink
test debug docker notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleBonamy committed Jun 17, 2024
1 parent be4b52f commit 62d25d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile_nb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN update-ca-certificates && apt-get update \
netcat \
python3-dev \
python3-netcdf4 \
python3-pandas \
# ---- nbconvert dependencies ----
texlive-xetex \
texlive-fonts-recommended \
Expand Down Expand Up @@ -142,7 +143,7 @@ RUN mamba install -c conda-forge --quiet --yes \
rm -rf "/home/${NB_USER}/.cache/yarn" && \
# fix-permissions "${CONDA_DIR}" && \
# fix-permissions "/home/${NB_USER}" && \
pip install fluidfoam odfpy
pip3 install fluidfoam odfpy

ENV JUPYTER_PORT=8888
EXPOSE $JUPYTER_PORT
Expand Down

0 comments on commit 62d25d5

Please sign in to comment.