Merlintxu commited on
Commit
fde7d97
·
1 Parent(s): 90db9bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -11,8 +11,5 @@ COPY . /app
11
  # Install production dependencies.
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
- # Download the Spanish model for spaCy
15
- RUN python -m spacy download es_core_news_sm
16
-
17
  # Run the web service on container startup.
18
  CMD exec streamlit run app.py --server.enableCORS false --server.port $PORT
 
11
  # Install production dependencies.
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
 
 
 
14
  # Run the web service on container startup.
15
  CMD exec streamlit run app.py --server.enableCORS false --server.port $PORT