Merge pull request #12520 from gaby/bump-docker

chore: Bump Python Docker image to python3.12
This commit is contained in:
Timothy Jaeryang Baek 2025-04-06 15:17:27 -07:00 committed by GitHub
commit 6274f4d0d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ ENV APP_BUILD_HASH=${BUILD_HASH}
RUN npm run build
######## WebUI backend ########
FROM python:3.11-slim-bookworm AS base
FROM python:3.12-slim-bookworm AS base
# Use args
ARG USE_CUDA