mistpe commited on
Commit
9ad6320
·
verified ·
1 Parent(s): a2cbf8a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -9,7 +9,8 @@ ENV PYTHONUNBUFFERED=1 \
9
  PYTHONDONTWRITEBYTECODE=1
10
 
11
  # 安装依赖
12
- RUN pip install --no-cache-dir \
 
13
  aiohttp==3.11.11 \
14
  colorlog==6.9.0 \
15
  fastapi==0.115.8 \
 
9
  PYTHONDONTWRITEBYTECODE=1
10
 
11
  # 安装依赖
12
+ RUN pip install --upgrade pip \
13
+ pip install --no-cache-dir \
14
  aiohttp==3.11.11 \
15
  colorlog==6.9.0 \
16
  fastapi==0.115.8 \