: This is a combination of 3 commits.

Updated requirements for Playground

Updating Container File
This commit is contained in:
Jamie Land 2025-04-03 12:33:13 -04:00
parent 66d6c2580e
commit 28b3f9ab83
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# More info on playground configuration can be found here:
# https://llama-stack.readthedocs.io/en/latest/playground
FROM python:3.9-slim
FROM python:3.12-slim
WORKDIR /app
COPY . /app/
RUN /usr/local/bin/python -m pip install --upgrade pip && \

View file

@ -2,3 +2,4 @@ streamlit
pandas
llama-stack-client>=0.0.55
streamlit-option-menu
llama-stack>=0.1.9