Kartikeyssj2 commited on
Commit
52a5778
·
verified ·
1 Parent(s): 5e244b9

Update Dockerfile

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