From 50bd4fc3543b0e3bb859a29261fc14154ca6f513 Mon Sep 17 00:00:00 2001 From: jameshskelton Date: Thu, 18 May 2023 17:24:01 -0500 Subject: [PATCH] trying to figure out paths --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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