File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}}
You can’t perform that action at this time.
0 commit comments