jarvisx17 commited on
Commit
feb06ef
1 Parent(s): 31870fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -9,5 +9,4 @@ COPY --chown=user ./requirements.txt requirements.txt
9
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
10
 
11
  COPY --chown=user . /app
12
- CMD ["python", "-m" , "spacy", "download", "en_core_web_lg"]
13
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
9
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
10
 
11
  COPY --chown=user . /app
 
12
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]