Ensure llama-stack-client is installed in the container with TEST_PYPI

This commit is contained in:
Ashwin Bharambe 2024-11-19 15:20:51 -08:00
parent 2da93c8835
commit 887ccc2143

View file

@ -97,7 +97,7 @@ else
add_to_docker "RUN pip install fastapi libcst"
add_to_docker <<EOF
RUN pip install --no-cache --extra-index-url https://test.pypi.org/simple/ \
llama-models==$TEST_PYPI_VERSION llama-stack==$TEST_PYPI_VERSION
llama-models==$TEST_PYPI_VERSION llama-stack-client==$TEST_PYPI_VERSION llama-stack==$TEST_PYPI_VERSION
EOF
else
add_to_docker "RUN pip install --no-cache llama-stack"