Spaces:
Runtime error
Runtime error
update docker
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -6,7 +6,8 @@ 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.10 \
|
10 |
+
curl \
|
11 |
python3-pip \
|
12 |
git \
|
13 |
ffmpeg \
|