Commit eddaa7fa authored by Jun Siang Cheah's avatar Jun Siang Cheah
Browse files

cross compile node

parent 550fc63e
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment