fix wrong vibeui path
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:22:06 -08:00
parent 381daeeac9
commit 8a768ca03e

View File

@ -20,7 +20,7 @@ RUN apt-get update -y && \
COPY --from=ipfs/kubo:v0.36.0 /usr/local/bin/ipfs /usr/local/bin/ipfs
# Include the vibeui pytorch model
COPY ./dist/vibeui.pt /app/dist/vibeui.pt
COPY ./dist/vibeui/vibeui.pt /app/dist/vibeui/vibeui.pt
# Copy and install dependencies
COPY package.json package-lock.json ./