Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eculler committed Jan 10, 2024
1 parent ce31cf0 commit d85d890
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ FROM jupyter/minimal-notebook:python-3.10

USER jovyan

RUN apt-get update && \
apt install -y \
libfmt-dev

RUN conda update conda
RUN conda config --remove channels conda-forge
RUN conda config --add channels conda-forge
Expand Down

0 comments on commit d85d890

Please sign in to comment.