From c12559de18148c3b0fdc0692413ce58b30c88be6 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Tue, 26 Sep 2023 14:55:26 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b63df8b..1a312be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -86,12 +86,12 @@ ENV PATH="/usr/local/miniconda/bin:$PATH" \ RUN conda install -y \ python=3.9 \ conda-build \ - pip=23 ; \ + pip=23 \ + mkl=2021.2 \ + mkl-service=2.3; \ sync && \ pip install \ matplotlib \ - mkl==2021.2 \ - mkl-service==2.3 \ libxml2==2.9.8 \ libxslt==1.1.32 \ graphviz==2.40.1 \