papaduvalier commited on
Commit
d0f5c5f
·
verified ·
1 Parent(s): e994d30

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN apt update \
16
  # 安装Python依赖
17
  COPY ./requirements.txt .
18
  RUN pip install --no-cache-dir --upgrade pip && \
19
- pip install --no-cache-dir -r requirements.txt
20
 
21
  # 创建目录并设置正确的权限
22
  RUN sudo find / \
 
16
  # 安装Python依赖
17
  COPY ./requirements.txt .
18
  RUN pip install --no-cache-dir --upgrade pip && \
19
+ pip install --no-cache-dir -U -r requirements.txt
20
 
21
  # 创建目录并设置正确的权限
22
  RUN sudo find / \