Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 26, 2023
1 parent 6086695 commit c12559d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c12559d

Please sign in to comment.