mirror of
https://github.com/open-webui/open-webui.git
synced 2025-03-29 19:22:29 +01:00
cross compile node
This commit is contained in:
parent
550fc63ebd
commit
eddaa7fa89
@ -12,7 +12,7 @@ ARG USE_CUDA_VER=cu121
|
||||
ARG USE_EMBEDDING_MODEL=all-MiniLM-L6-v2
|
||||
|
||||
######## WebUI frontend ########
|
||||
FROM node:21-alpine3.19 as build
|
||||
FROM --platform=$BUILDPLATFORM node:21-alpine3.19 as build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user