Skip to content

Commit

Permalink
pin scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
calderjo committed Apr 15, 2024
1 parent a3832de commit 493be00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ RUN apt-get install -y libfreetype6-dev && \
RUN pip install opencv-contrib-python opencv-python && \
/tmp/clean-layer.sh

RUN pip install scipy \
RUN pip install scipy==1.12.0 \
# Scikit-learn accelerated library for x86
scikit-learn-intelex>=2023.0.1 \
# HDF5 support
Expand Down

0 comments on commit 493be00

Please sign in to comment.