From a1094f96a6bb4757c49bb6cc49023117559a013b Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sat, 19 Jul 2025 12:00:48 -0800 Subject: [PATCH] init ipfs --- services/our/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/services/our/Dockerfile b/services/our/Dockerfile index 81eed24..68a81d3 100644 --- a/services/our/Dockerfile +++ b/services/our/Dockerfile @@ -18,6 +18,7 @@ RUN apt-get update -y && \ # Install IPFS Kubo COPY --from=ipfs/kubo:v0.36.0 /usr/local/bin/ipfs /usr/local/bin/ipfs +RUN ipfs init # Bundle the vibeui pytorch model RUN mkdir -p /app/vibeui \