yinwentao
commited on
Commit
·
b3829f9
1
Parent(s):
59e03df
updateRequirements
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ ENV PYTHONUNBUFFERED=1
|
|
| 6 |
|
| 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 |
|
| 7 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
| 8 |
build-essential \
|
| 9 |
+
python3.9 \
|
| 10 |
python3-pip \
|
| 11 |
git \
|
| 12 |
ffmpeg \
|