Skip to content

Commit

Permalink
Merge pull request #430 from jhj0517/fix/requirements
Browse files Browse the repository at this point in the history
Copy the requirements
  • Loading branch information
jhj0517 authored Dec 18, 2024
2 parents febe24b + 7a0742f commit 1513973
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 1513973

Please sign in to comment.