diff --git a/Dockerfile b/Dockerfile index e451bea..8e2ec56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +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 EXPOSE 5000 CMD python app.py \ No newline at end of file