Skip to content

Commit

Permalink
Copy the requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0517 committed Dec 18, 2024
1 parent d1bf510 commit 7a0742f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt-get update && \
WORKDIR /Whisper-WebUI

COPY backend/ backend/
COPY requirements.txt requirements.txt

RUN python3 -m venv venv && \
. venv/bin/activate && \
Expand Down

0 comments on commit 7a0742f

Please sign in to comment.