Spaces:
Runtime error
Runtime error
Updated Dockerfile for GPU Dependencies
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -16,9 +16,9 @@ RUN apt-get -y update \
|
|
16 |
&& apt-get install -y software-properties-common \
|
17 |
&& apt-get -y update \
|
18 |
&& add-apt-repository universe
|
19 |
-
RUN apt-get -y update
|
20 |
-
|
21 |
-
|
22 |
|
23 |
# Additional system dependencies
|
24 |
RUN apt-get install -y ffmpeg && apt-get install -y yt-dlp
|
|
|
16 |
&& apt-get install -y software-properties-common \
|
17 |
&& apt-get -y update \
|
18 |
&& add-apt-repository universe
|
19 |
+
RUN apt-get -y update
|
20 |
+
RUN apt-get -y install python3
|
21 |
+
RUN apt-get -y install python3-pip
|
22 |
|
23 |
# Additional system dependencies
|
24 |
RUN apt-get install -y ffmpeg && apt-get install -y yt-dlp
|