fix: correct embeddings.py filename in deployment command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user