SpatialWebAgent commited on
Commit
4883f24
·
verified ·
1 Parent(s): 1a21504

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ WORKDIR /app
18
  COPY . .
19
 
20
  # 安装 Python 依赖
21
- RUN pip install --upgrade pip && pip install wheel
22
  RUN pip install --no-deps -r requirements_geospacy.txt
23
 
24
  # 设置 Streamlit 默认运行
 
18
  COPY . .
19
 
20
  # 安装 Python 依赖
21
+ RUN pip install --upgrade pip
22
  RUN pip install --no-deps -r requirements_geospacy.txt
23
 
24
  # 设置 Streamlit 默认运行