Spaces:
Build error
Build error
Kartikeyssj2
commited on
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -12,6 +12,8 @@ COPY requirements.txt .
|
|
12 |
RUN pip install --no-cache-dir --upgrade pip \
|
13 |
&& pip install --no-cache-dir -r requirements.txt
|
14 |
|
|
|
|
|
15 |
COPY . .
|
16 |
|
17 |
# Use 4 worker processes to handle requests efficiently.
|
|
|
12 |
RUN pip install --no-cache-dir --upgrade pip \
|
13 |
&& pip install --no-cache-dir -r requirements.txt
|
14 |
|
15 |
+
RUN python download_models.py
|
16 |
+
|
17 |
COPY . .
|
18 |
|
19 |
# Use 4 worker processes to handle requests efficiently.
|