From d06b16bb123ddc9853a23a8805f8ebcb2d421bc8 Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Thu, 28 Aug 2025 16:09:29 -0400 Subject: [PATCH] remove confusing comments --- crates/embeddings-engine/Cargo.toml | 2 +- crates/inference-engine/Cargo.toml | 2 +- crates/predict-otron-9000/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/embeddings-engine/Cargo.toml b/crates/embeddings-engine/Cargo.toml index 35de048..ad95440 100644 --- a/crates/embeddings-engine/Cargo.toml +++ b/crates/embeddings-engine/Cargo.toml @@ -26,7 +26,7 @@ async-openai = "0.28.3" once_cell = "1.19.0" -# generates docker compose configuration + [package.metadata.compose] image = "ghcr.io/geoffsee/embeddings-service:latest" port = 8080 diff --git a/crates/inference-engine/Cargo.toml b/crates/inference-engine/Cargo.toml index df6e00c..4890cfa 100644 --- a/crates/inference-engine/Cargo.toml +++ b/crates/inference-engine/Cargo.toml @@ -84,7 +84,7 @@ anyhow = { version = "1", features = ["backtrace"] } bindgen_cuda = { version = "0.1.1", optional = true } -# generates docker compose configuration + [package.metadata.compose] image = "ghcr.io/geoffsee/inference-engine:latest" port = 8080 diff --git a/crates/predict-otron-9000/Cargo.toml b/crates/predict-otron-9000/Cargo.toml index 571c0e1..0956553 100644 --- a/crates/predict-otron-9000/Cargo.toml +++ b/crates/predict-otron-9000/Cargo.toml @@ -32,7 +32,7 @@ leptos-app = { path = "../leptos-app", features = ["ssr"] } mime_guess = "2.0.5" -# generates docker compose configuration + [package.metadata.compose] name = "predict-otron-9000" image = "ghcr.io/geoffsee/predict-otron-9000:latest"