dockerfile to 3.12

This commit is contained in:
Paul Gauthier
2026-02-10 19:26:46 -08:00
parent 22b9aec8ac
commit 5cb6b61047
4 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.10-slim-bookworm AS base
FROM python:3.12-slim-bookworm AS base
# Install system dependencies
RUN apt-get update && \

View File

@@ -466,7 +466,7 @@ rsa==4.9.1
# via google-auth
safetensors==0.7.0
# via transformers
scikit-learn==1.7.2
scikit-learn==1.8.0
# via
# -r requirements/requirements-help.in
# sentence-transformers

View File

@@ -9,6 +9,5 @@ numpy<2
# Later versions break test_help in GitHub Actions on Windows and Ubuntu
# due to llama-index-core==0.12.26
scikit-learn==1.7.2
#scikit-learn==1.7.2 ; python_version < "3.11"
#scikit-learn==1.8.0 ; python_version >= "3.11"
scikit-learn==1.7.2 ; python_version < "3.11"
scikit-learn==1.8.0 ; python_version >= "3.11"

View File

@@ -246,7 +246,7 @@ safetensors==0.7.0
# via
# -c requirements/common-constraints.txt
# transformers
scikit-learn==1.7.2
scikit-learn==1.8.0
# via
# -c requirements/common-constraints.txt
# -r requirements/requirements-help.in