Skip to content

Commit

Permalink
trying to figure out paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Jameshskelton committed May 18, 2023
1 parent 780405e commit 139f797
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ RUN git clone https://github.com/gradient-ai/Whisper-AutoCaption
WORKDIR Whisper-AutoCaption/
RUN pip install -r requirements.txt
RUN pip install -U yt-dlp
RUN ls
RUN ls ..
RUN ls ../..
RUN ls Whisper-AutoCaption

EXPOSE 5000
CMD python app.py

0 comments on commit 139f797

Please sign in to comment.