From 780405edef0266afe1876a6006116ca515f3154c Mon Sep 17 00:00:00 2001 From: jameshskelton Date: Thu, 18 May 2023 17:27:23 -0500 Subject: [PATCH] trying to figure out paths --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8e2ec56..5cd5e75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,8 @@ WORKDIR Whisper-AutoCaption/ RUN pip install -r requirements.txt RUN pip install -U yt-dlp RUN ls +RUN ls .. +RUN ls ../.. EXPOSE 5000 CMD python app.py \ No newline at end of file