chaoxu commited on
Commit
3af93c3
1 Parent(s): c22a1c9

update docker

Browse files
Files changed (1) hide show
  1. 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.9 \
 
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 \