qq102478 commited on
Commit
983a19c
·
verified ·
1 Parent(s): f6bd71d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.9-slim
5
  WORKDIR /main
6
 
7
  # 安装必要的系统库(可选,防止某些图片库报错)
8
- RUN apt-get update && apt-get install -y libgl1-mesa-glx
9
 
10
  # 1. 安装 Python 依赖
11
  # 我们直接在这里运行 pip,省去 requirements.txt 文件
 
5
  WORKDIR /main
6
 
7
  # 安装必要的系统库(可选,防止某些图片库报错)
8
+ RUN apt-get update && apt-get install -y
9
 
10
  # 1. 安装 Python 依赖
11
  # 我们直接在这里运行 pip,省去 requirements.txt 文件