Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
af21fc4
1
Parent(s):
4d928f3
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 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
|
|
6 |
# Install python, git & ffmpeg
|
7 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
8 |
build-essential \
|
9 |
+
python3.9 \
|
10 |
python3-pip \
|
11 |
git \
|
12 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|