revert
This commit is contained in:
parent
fabe5876c0
commit
2be08f27ea
|
@ -34,7 +34,7 @@ ENV APP_BUILD_HASH=${BUILD_HASH}
|
|||
RUN npm run build
|
||||
|
||||
######## WebUI backend ########
|
||||
FROM python:3.12-slim-bookworm AS base
|
||||
FROM python:3.11-slim-bookworm AS base
|
||||
|
||||
# Use args
|
||||
ARG USE_CUDA
|
||||
|
|
Loading…
Reference in New Issue