Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|