forked from open-webui/open-webui
cross compile node
This commit is contained in:
parent
550fc63ebd
commit
eddaa7fa89
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue