diff --git a/Dockerfile b/Dockerfile index d1afab8..ff2ff13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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