Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
0359e87
1
Parent(s):
daf2035
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
|
|
6 |
# Install python, git & ffmpeg
|
7 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
8 |
build-essential \
|
9 |
-
python3.
|
10 |
python3-pip \
|
11 |
git \
|
12 |
ffmpeg \
|
|
|
6 |
# Install python, git & ffmpeg
|
7 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
8 |
build-essential \
|
9 |
+
python3.8=3.8.10* \
|
10 |
python3-pip \
|
11 |
git \
|
12 |
ffmpeg \
|