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
|
||||
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 ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user