There was an error while loading. Please reload this page.
1 parent bbf45ef commit 5a316e7Copy full SHA for 5a316e7
1 file changed
containers/Containerfile
@@ -116,6 +116,7 @@ RUN set -eux; \
116
else \
117
if [ -n "$PYPI_VERSION" ]; then \
118
uv pip install --no-cache "llama-stack==$PYPI_VERSION"; \
119
+ uv pip install --no-cache "llama-stack-api==$PYPI_VERSION"; \
120
121
uv pip install --no-cache llama-stack; \
122
fi; \
0 commit comments