mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-29 20:55:20 +00:00
infra: dockerfile base image
This commit is contained in:
parent
9824f0e333
commit
758325a203
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ ENV APP_BUILD_HASH=${BUILD_HASH}
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
######## WebUI backend ########
|
######## WebUI backend ########
|
||||||
FROM python:3.11-slim-bookworm AS base
|
FROM python:3.11.14-slim-bookworm AS base
|
||||||
|
|
||||||
# Use args
|
# Use args
|
||||||
ARG USE_CUDA
|
ARG USE_CUDA
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue