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