Spaces:
Running
Running
Jagrut Thakare
commited on
Commit
·
eb74fcd
1
Parent(s):
ed87c84
v50
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|
8 |
|
9 |
# Install Python 3.9 and git
|
10 |
RUN apt-get update && \
|
11 |
-
apt-get install -y ffmpeg python3.9 python3.9-distutils python3-pip git wget && \
|
12 |
rm -rf /var/lib/apt/lists/*
|
13 |
|
14 |
# Make python3.9 default
|
|
|
8 |
|
9 |
# Install Python 3.9 and git
|
10 |
RUN apt-get update && \
|
11 |
+
apt-get install -y ffmpeg nvidia-container-toolkit python3.9 python3.9-distutils python3-pip git wget && \
|
12 |
rm -rf /var/lib/apt/lists/*
|
13 |
|
14 |
# Make python3.9 default
|