mirror of
https://github.com/katanemo/plano.git
synced 2026-05-24 14:05:14 +02:00
moving chatbot-ui in demos and out of root project structure (#228)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
This commit is contained in:
parent
60299244b9
commit
bb9a774a72
10 changed files with 5 additions and 5 deletions
|
|
@ -1,18 +0,0 @@
|
|||
FROM python:3.10 AS base
|
||||
|
||||
FROM base AS builder
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
COPY requirements.txt /src/
|
||||
|
||||
RUN pip install --prefix=/runtime --force-reinstall -r requirements.txt
|
||||
|
||||
FROM python:3.10-slim AS output
|
||||
|
||||
COPY --from=builder /runtime /usr/local
|
||||
|
||||
WORKDIR /app
|
||||
COPY *.py .
|
||||
|
||||
CMD ["python", "run_stream.py"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue