wget the pytorch model
This commit is contained in:
parent
afa1d7c3bf
commit
4b773b1033
@ -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 ./
|
||||||
|
Loading…
x
Reference in New Issue
Block a user