mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00: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
|
ARG USE_EMBEDDING_MODEL=all-MiniLM-L6-v2
|
||||||
|
|
||||||
######## WebUI frontend ########
|
######## WebUI frontend ########
|
||||||
FROM node:21-alpine3.19 as build
|
FROM --platform=$BUILDPLATFORM node:21-alpine3.19 as build
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user