mirror of
https://github.com/katanemo/plano.git
synced 2026-04-30 19:36:34 +02:00
Improve Gradio UI and fix arch_state bug (#227)
This commit is contained in:
parent
662a840ac5
commit
60299244b9
9 changed files with 209 additions and 262 deletions
|
|
@ -8,13 +8,11 @@ COPY requirements.txt /src/
|
|||
|
||||
RUN pip install --prefix=/runtime --force-reinstall -r requirements.txt
|
||||
|
||||
COPY . /src
|
||||
|
||||
FROM python:3.10-slim AS output
|
||||
|
||||
COPY --from=builder /runtime /usr/local
|
||||
|
||||
COPY /app /app
|
||||
WORKDIR /app
|
||||
COPY *.py .
|
||||
|
||||
CMD ["python", "run.py"]
|
||||
CMD ["python", "run_stream.py"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue