From 4b773b103383e45075317a3b0ff83c3c5fcf218a Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sat, 19 Jul 2025 08:44:02 -0800 Subject: [PATCH] wget the pytorch model --- services/our/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/services/our/Dockerfile b/services/our/Dockerfile index fbd2f69..6c791ae 100644 --- a/services/our/Dockerfile +++ b/services/our/Dockerfile @@ -19,8 +19,9 @@ RUN apt-get update -y && \ # Install IPFS Kubo COPY --from=ipfs/kubo:v0.36.0 /usr/local/bin/ipfs /usr/local/bin/ipfs -# Include the vibeui pytorch model -COPY ./dist/vibeui/vibeui.pt /app/dist/vibeui/vibeui.pt +# Bundle the vibeui pytorch model +RUN mkdir -p /app/dist/vibeui \ + && wget -q https://gitea.futureporn.net/futureporn/fp/raw/branch/main/apps/vibeui/best.pt -O /app/dist/vibeui/vibeui.pt # Copy and install dependencies COPY package.json package-lock.json ./