Skip to content

Commit

Permalink
user root
Browse files Browse the repository at this point in the history
  • Loading branch information
cezary17 committed Feb 12, 2024
1 parent 58ed77a commit 60d430f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# FROM quay.io/jupyter/base-notebook
FROM jupyter/base-notebook:python-3.10.11

USER root

# Add bam77 to config
RUN conda config --add channels bam77

# Add gmsh shared libs
ENV DEBIAN_FRONTEND=noninteractive
RUN sudo apt-get install -y ffmpeg libsm6 libxext6
RUN apt-get install -y ffmpeg libsm6 libxext6

# Install conda requirements from the requirements_conda.txt file
COPY --chown=${NB_UID}:${NB_GID} requirements_conda.txt /tmp/
Expand Down

0 comments on commit 60d430f

Please sign in to comment.