separate step

This commit is contained in:
Xi Yan 2025-01-14 14:53:32 -08:00
parent 6cac92cfa3
commit f66109c861

View file

@ -23,9 +23,11 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Custom build docker image
- name: Install llama-stack
run: |
pip install --no-cache --index-url https://pypi.org/simple/ --extra-index-url https://test.pypi.org/simple/ llama-stack==0.0.63.dev20250114
pip install -e .
TESTPYPI_VERSION=0.0.63.dev20250114 llama stack build --template ollama --image-type docker
docker images
- name: Build docker image
run: |
llama stack build --template ollama --image-type docker
docker images