use public dir instead of dist
This commit is contained in:
parent
94e2d6b732
commit
41ce355e7e
25
apps/vibeui/public/data.yaml
Normal file
25
apps/vibeui/public/data.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
path: /home/cj/Documents/futureporn-monorepo/apps/vibeui/data
|
||||
train: train/images
|
||||
val: val/images
|
||||
|
||||
names:
|
||||
0: ControlledByTipper
|
||||
1: ControlledByTipperHigh
|
||||
2: ControlledByTipperLow
|
||||
3: ControlledByTipperMedium
|
||||
4: ControlledByTipperUltrahigh
|
||||
5: Earthquake
|
||||
6: Fireworks
|
||||
7: HighLevel
|
||||
8: LowLevel
|
||||
9: MediumLevel
|
||||
10: Pause
|
||||
11: Pulse
|
||||
12: RandomTime
|
||||
13: RespondingTo
|
||||
14: Ring1
|
||||
15: Ring2
|
||||
16: Ring3
|
||||
17: Ring4
|
||||
18: UltraHighLevel
|
||||
19: Wave
|
BIN
apps/vibeui/public/vibeui.pt
Normal file
BIN
apps/vibeui/public/vibeui.pt
Normal file
Binary file not shown.
@ -20,9 +20,9 @@ RUN apt-get update -y && \
|
||||
COPY --from=ipfs/kubo:v0.36.0 /usr/local/bin/ipfs /usr/local/bin/ipfs
|
||||
|
||||
# Bundle the vibeui pytorch model
|
||||
RUN mkdir -p /app/dist/vibeui \
|
||||
&& wget -q https://gitea.futureporn.net/futureporn/fp/raw/branch/main/apps/vibeui/dist/vibeui.pt -O /app/vibeui/vibeui.pt \
|
||||
&& wget -q https://gitea.futureporn.net/futureporn/fp/raw/branch/main/apps/vibeui/dist/data.yaml -O /app/vibeui/data.yaml
|
||||
RUN mkdir -p /app/vibeui \
|
||||
&& wget -q https://gitea.futureporn.net/futureporn/fp/raw/branch/main/apps/vibeui/public/vibeui.pt -O /app/vibeui/vibeui.pt \
|
||||
&& wget -q https://gitea.futureporn.net/futureporn/fp/raw/branch/main/apps/vibeui/public/data.yaml -O /app/vibeui/data.yaml
|
||||
|
||||
# Copy and install dependencies
|
||||
COPY package.json package-lock.json ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user