From df15b1f6b3dcd7e8aee73e0a73bc05de92874d4e Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Wed, 13 May 2026 15:49:18 +1000 Subject: [PATCH] need to have this for fly console --- fly/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fly/Dockerfile b/fly/Dockerfile index e854e1a6a..5bcea0839 100644 --- a/fly/Dockerfile +++ b/fly/Dockerfile @@ -24,6 +24,7 @@ ENV PATH="/root/.cargo/bin:$PATH" WORKDIR /src COPY Cargo.toml Cargo.lock ./ COPY crates/mesh-llm-ui/ crates/mesh-llm-ui/ +COPY crates/mesh-llm-gpu-bench/ crates/mesh-llm-gpu-bench/ COPY crates/mesh-llm-identity/ crates/mesh-llm-identity/ COPY crates/mesh-llm-protocol/ crates/mesh-llm-protocol/ COPY crates/mesh-llm-routing/ crates/mesh-llm-routing/