use own code

This commit is contained in:
Angel Nunez Mencias 2025-06-02 02:49:45 +02:00
parent a77b554bcf
commit 4a122bbaca
Signed by: angel.nunez
SSH key fingerprint: SHA256:z1nFAg1v1AfbhEHrgBetByUJUwziv2R2f4VyN75opcg
2 changed files with 1 additions and 2 deletions

View file

@ -8,4 +8,4 @@ RUN /usr/local/bin/python -m pip install --upgrade pip && \
/usr/local/bin/pip3 install -r requirements.txt /usr/local/bin/pip3 install -r requirements.txt
EXPOSE 8501 EXPOSE 8501
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"] ENTRYPOINT ["streamlit", "run", "llama_stack/distribution/ui/app.py", "--server.port=8501", "--server.address=0.0.0.0"]

View file

@ -1,4 +1,3 @@
llama-stack>=0.2.9
llama-stack-client>=0.2.9 llama-stack-client>=0.2.9
pandas pandas
streamlit streamlit