Spaces:
BG5
/
Running

BG5 commited on
Commit
e01aa31
·
verified ·
1 Parent(s): 7513720

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ WORKDIR /code
9
  # 安装所需的软件包并清理APT缓存
10
  RUN apt-get update && apt-get install -y \
11
  wget \
12
- python \
13
  tar \
14
  unzip \
15
  zip \
 
9
  # 安装所需的软件包并清理APT缓存
10
  RUN apt-get update && apt-get install -y \
11
  wget \
12
+ python-is-python3 \
13
  tar \
14
  unzip \
15
  zip \