forked from phoenix-oss/llama-stack-mirror
update ui command
This commit is contained in:
parent
205fc2cbd1
commit
8b5b1c937b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ FROM python:3.12-slim
|
|||
WORKDIR /app
|
||||
COPY . /app/
|
||||
RUN /usr/local/bin/python -m pip install --upgrade pip && \
|
||||
/usr/local/bin/pip3 install -r requirements.txt
|
||||
/usr/local/bin/pip3 install -r llama_stack/distribution/ui/requirements.txt
|
||||
EXPOSE 8501
|
||||
|
||||
ENTRYPOINT ["streamlit", "run", "llama_stack/distribution/ui/app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue