papaduvalier commited on
Commit
8764c5a
·
verified ·
1 Parent(s): defc4b2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \