fix: correct embeddings.py filename in deployment command

This commit is contained in:
2026-02-02 09:14:14 -05:00
parent ad31e878cb
commit ea02905b6c

View File

@@ -22,7 +22,7 @@ spec:
- name: gradio - name: gradio
image: ghcr.io/billy-davies-2/llm-apps:v2-202601271655 image: ghcr.io/billy-davies-2/llm-apps:v2-202601271655
imagePullPolicy: Always imagePullPolicy: Always
command: ["python", "embeddings_demo.py"] command: ["python", "embeddings.py"]
ports: ports:
- containerPort: 7860 - containerPort: 7860
name: http name: http