wget the pytorch model
Some checks failed
ci / build (push) Failing after 0s
ci / Tests & Checks (push) Failing after 1s

This commit is contained in:
CJ_Clippy 2025-07-19 08:44:02 -08:00
parent afa1d7c3bf
commit 4b773b1033

View File

@ -19,8 +19,9 @@ RUN apt-get update -y && \
# Install IPFS Kubo # Install IPFS Kubo
COPY --from=ipfs/kubo:v0.36.0 /usr/local/bin/ipfs /usr/local/bin/ipfs COPY --from=ipfs/kubo:v0.36.0 /usr/local/bin/ipfs /usr/local/bin/ipfs
# Include the vibeui pytorch model # Bundle the vibeui pytorch model
COPY ./dist/vibeui/vibeui.pt /app/dist/vibeui/vibeui.pt 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 and install dependencies
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./