Sushwetabm commited on
Commit
08937bf
·
1 Parent(s): 1f8e84b

updated requirements.txt

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN pip install --upgrade pip \
17
  && pip install --no-cache-dir -r requirements.txt
18
 
19
  # Optional: preload model
20
- RUN python download_model.py
21
 
22
  EXPOSE 7860
23
 
 
17
  && pip install --no-cache-dir -r requirements.txt
18
 
19
  # Optional: preload model
20
+ RUN python setup.py
21
 
22
  EXPOSE 7860
23