Update Dockerfile

This commit is contained in:
Alexandre
2025-03-05 12:06:28 +01:00
committed by GitHub
parent 569aabf40e
commit d4204b09aa

View File

@@ -95,8 +95,8 @@ RUN \
# Execute installer # Execute installer
/./newinstaller.sh && \ /./newinstaller.sh && \
\ \
# Install dateparser and resampy, upgrade tflite and numpy # Install dateparser and resampy, upgrade numpy
$PYTHON_VIRTUAL_ENV /usr/bin/pip3 install dateparser resampy tflite_runtime==2.14.0 numpy==1.25 && \ $PYTHON_VIRTUAL_ENV /usr/bin/pip3 install dateparser resampy numpy==1.26.4 && \
\ \
# Adapt for lsio usage of /app # Adapt for lsio usage of /app
if [ -d /app ]; then rm -r /app; fi && \ if [ -d /app ]; then rm -r /app; fi && \