We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce31cf0 commit d85d890Copy full SHA for d85d890
1 file changed
Dockerfile
@@ -2,6 +2,10 @@ FROM jupyter/minimal-notebook:python-3.10
2
3
USER jovyan
4
5
+RUN apt-get update && \
6
+ apt install -y \
7
+ libfmt-dev
8
+
9
RUN conda update conda
10
RUN conda config --remove channels conda-forge
11
RUN conda config --add channels conda-forge
0 commit comments