Skip to content

Commit 5a316e7

Browse files
committed
ci: pin api package in release docker images
Signed-off-by: Sumanth Kamenani <skamenan@redhat.com>
1 parent bbf45ef commit 5a316e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

containers/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ RUN set -eux; \
116116
else \
117117
if [ -n "$PYPI_VERSION" ]; then \
118118
uv pip install --no-cache "llama-stack==$PYPI_VERSION"; \
119+
uv pip install --no-cache "llama-stack-api==$PYPI_VERSION"; \
119120
else \
120121
uv pip install --no-cache llama-stack; \
121122
fi; \

0 commit comments

Comments
 (0)