Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 / \
|