Skip to content

Commit

Permalink
Fix install.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 26, 2023
1 parent 67bd4a4 commit 6086695
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ RUN conda install -y \
sync && \
pip install \
matplotlib \
mkl=2021.2 \
mkl-service=2.3 \
libxml2=2.9.8 \
libxslt=1.1.32 \
graphviz=2.40.1 \
mkl==2021.2 \
mkl-service==2.3 \
libxml2==2.9.8 \
libxslt==1.1.32 \
graphviz==2.40.1 \
zlib ; \
sync && \
chmod -R a+rX /usr/local/miniconda; sync && \
Expand Down

0 comments on commit 6086695

Please sign in to comment.