Spaces:
Runtime error
Runtime error
Updated Dockerfile for GPU Dependencies
Browse files- Dockerfile +5 -5
Dockerfile
CHANGED
@@ -25,12 +25,12 @@ RUN apt-get -y update \
|
|
25 |
RUN apt-get -y update \
|
26 |
&& apt-get -y install git
|
27 |
|
28 |
-
# Additional system dependencies
|
29 |
-
RUN apt-get -y update \
|
30 |
-
|
31 |
-
|
32 |
|
33 |
-
RUN
|
34 |
|
35 |
# # FROM python:3.10
|
36 |
|
|
|
25 |
RUN apt-get -y update \
|
26 |
&& apt-get -y install git
|
27 |
|
28 |
+
# # Additional system dependencies
|
29 |
+
# RUN apt-get -y update \
|
30 |
+
# && apt-get install -y ffmpeg \
|
31 |
+
# && apt-get install -y yt-dlp
|
32 |
|
33 |
+
RUN python3 --version
|
34 |
|
35 |
# # FROM python:3.10
|
36 |
|