forked from phoenix-oss/llama-stack-mirror
add requirements
This commit is contained in:
parent
8b5b1c937b
commit
08905fc937
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue