imperialwool commited on
Commit
74924ab
1 Parent(s): 7b90833

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -22,4 +22,8 @@ RUN mkdir -p /.cache/huggingface/hub
22
  RUN chown -R root:root /.cache/huggingface/hub
23
  RUN chmod -R 777 /.cache/huggingface/hub
24
 
 
 
 
 
25
  CMD ["python", "app.py"]
 
22
  RUN chown -R root:root /.cache/huggingface/hub
23
  RUN chmod -R 777 /.cache/huggingface/hub
24
 
25
+ RUN mkdir -p /.cache/yt-dlp
26
+ RUN chown -R root:root /.cache/yt-dlp
27
+ RUN chmod -R 777 /.cache/yt-dlp
28
+
29
  CMD ["python", "app.py"]