lijiacai commited on
Commit
84438e1
·
1 Parent(s): 85745b0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN mkdir /app
8
  RUN git clone https://github.com/ai-auto-factory/ai-set-demo.git && mv ai-set-demo/* /app/
9
 
10
  RUN pip install --no-cache --upgrade pip
11
- RUN pip install --timeout=120 -r /app/requirements.txt
12
 
13
  WORKDIR /app
14
  EXPOSE 7860
 
8
  RUN git clone https://github.com/ai-auto-factory/ai-set-demo.git && mv ai-set-demo/* /app/
9
 
10
  RUN pip install --no-cache --upgrade pip
11
+ RUN pip install --no-cache --timeout=120 -r /app/requirements.txt
12
 
13
  WORKDIR /app
14
  EXPOSE 7860