mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-11 04:58:34 +03:00
chore: reload worker in dev
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
FROM python:3.10 AS compile-image
|
||||
|
||||
COPY pyproject.toml .
|
||||
RUN pip install --user .[test,web]
|
||||
RUN --mount=type=cache,target=/root/.cache \
|
||||
pip install --user .[web]
|
||||
|
||||
FROM python:3.10 AS build-image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user