mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 10:13:05 +00:00
separate step
This commit is contained in:
parent
6cac92cfa3
commit
f66109c861
1 changed files with 6 additions and 4 deletions
10
.github/workflows/publish-to-docker.yml
vendored
10
.github/workflows/publish-to-docker.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue