Skip to content

Commit d85d890

Browse files
authored
Update Dockerfile
1 parent ce31cf0 commit d85d890

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ FROM jupyter/minimal-notebook:python-3.10
22

33
USER jovyan
44

5+
RUN apt-get update && \
6+
apt install -y \
7+
libfmt-dev
8+
59
RUN conda update conda
610
RUN conda config --remove channels conda-forge
711
RUN conda config --add channels conda-forge

0 commit comments

Comments
 (0)