You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit the `build.yaml` in the `llama_stack/template/remote-vllm/build.yaml` to update the `vector_io` provider field and `image_type` field as shown below:
Once the image is built successfully you can push it to quay:
112
+
113
+
```
114
+
podman tag localhost/remote-vllm-milvus:<version tag> quay.io/<quay user name or org name>/<image name>
115
+
podman push quay.io/<quay user name or org/<image name>
116
+
```
117
+
81
118
Update the [`deployment.yaml`](https://github.com/redhat-et/agent-frameworks/blob/main/prototype/frameworks/llamastack/kubernetes/llama-stack/deployment.yaml#L28) file using the image generated above.
0 commit comments