"examples/git@developer.sourcefind.cn:OpenDAS/apex.git" did not exist on "343590a1438af9a01dfb3e62eea916508017e01a"
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 ...@@ -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
......
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