Skip to content

Commit

Permalink
create temp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
newtondotcom committed Jan 5, 2024
1 parent d455dbf commit ba6be71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt install python3-pip git ffmpeg -y

RUN pip3 install git+https://github.com/m-bain/whisperx.git --break-system-packages
RUN pip3 install -r requirements.txt --break-system-packages
# RUN mkdir temp
RUN mkdir temp


ENTRYPOINT [ "python3" ]
Expand Down

0 comments on commit ba6be71

Please sign in to comment.