Chrunos commited on
Commit
0bf4e99
·
verified ·
1 Parent(s): 5ae7b32

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ COPY requirements.txt .
20
  # fastapi[all]
21
  # yt-dlp
22
  # requests
23
- RUN pip install --no-cache-dir -r requirements.txt
24
 
25
  # Copy the rest of the application files
26
  # Make sure main.py and www.youtube.com_cookies.txt (if used) are in the build context
 
20
  # fastapi[all]
21
  # yt-dlp
22
  # requests
23
+ RUN pip install --pre --no-cache-dir -r requirements.txt
24
 
25
  # Copy the rest of the application files
26
  # Make sure main.py and www.youtube.com_cookies.txt (if used) are in the build context