Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -18,6 +18,8 @@ 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 / \
|
| 23 |
-path /proc -prune -o \
|
|
|
|
| 18 |
RUN pip install --no-cache-dir --upgrade pip && \
|
| 19 |
pip install --no-cache-dir -U -r requirements.txt
|
| 20 |
|
| 21 |
+
EXPOSE 5001
|
| 22 |
+
|
| 23 |
# 创建目录并设置正确的权限
|
| 24 |
RUN sudo find / \
|
| 25 |
-path /proc -prune -o \
|