From ea02905b6c3b93d9d1b2d7b361980f87f05eb3c1 Mon Sep 17 00:00:00 2001 From: "Billy D." Date: Mon, 2 Feb 2026 09:14:14 -0500 Subject: [PATCH] fix: correct embeddings.py filename in deployment command --- embeddings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embeddings.yaml b/embeddings.yaml index 6b057ba..d952865 100644 --- a/embeddings.yaml +++ b/embeddings.yaml @@ -22,7 +22,7 @@ spec: - name: gradio image: ghcr.io/billy-davies-2/llm-apps:v2-202601271655 imagePullPolicy: Always - command: ["python", "embeddings_demo.py"] + command: ["python", "embeddings.py"] ports: - containerPort: 7860 name: http