Fariddwi commited on
Commit
80f4956
1 Parent(s): def6b5f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -12,7 +12,6 @@ COPY utils.py .
12
 
13
  # Install dependencies
14
  RUN pip3 install -r requirements.txt
15
- RUN python3 download_model.py
16
 
17
  # Expose the port
18
  EXPOSE 8000
 
12
 
13
  # Install dependencies
14
  RUN pip3 install -r requirements.txt
 
15
 
16
  # Expose the port
17
  EXPOSE 8000