infra: dockerfile base image

This commit is contained in:
Timothy Jaeryang Baek 2025-12-23 10:15:05 +04:00
parent 9824f0e333
commit 758325a203

View file

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