Skip to content

Commit f6fedd7

Browse files
committed
verify the sed
Signed-off-by: Ryan Cook <rcook@redhat.com>
1 parent 77b7f59 commit f6fedd7

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/llama-stack-build.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,22 @@ jobs:
3636
run: |
3737
pip install -U .
3838
39-
- name: run llama stack build
39+
- name: modify the build.yaml
4040
run: |
4141
sed -i 's/ - inline::faiss/ - inline::milvus/g' llama_stack/templates/remote-vllm/build.yaml
42+
43+
- name: display contents of buld.yaml
44+
run: |
45+
cat llama_stack/templates/remote-vllm/build.yaml
46+
47+
- name: run llama stack build
48+
run: |
4249
USE_COPY_NOT_MOUNT=true LLAMA_STACK_DIR=. llama stack build --template remote-vllm --image-type container
4350
4451
- name: tag the image
4552
run: |
46-
podman tag localhost/distribution-remote-vllm:dev quay.io/redhat-et/llama:vllm-${{env.LLAMA_RELEASE}}
53+
docker tag docker.io/library/distribution-remote-vllm:dev quay.io/redhat-et/llama:vllm-${{env.LLAMA_RELEASE}}
4754
4855
- name: push the image
4956
run: |
50-
podman push quay.io/redhat-et/llama:vllm-${{env.LLAMA_RELEASE}}
57+
docker push quay.io/redhat-et/llama:vllm-${{env.LLAMA_RELEASE}}

0 commit comments

Comments
 (0)