forked from phoenix-oss/llama-stack-mirror
use own code
This commit is contained in:
parent
a77b554bcf
commit
4a122bbaca
2 changed files with 1 additions and 2 deletions
|
@ -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"]
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue