CHRISDANIEL145 commited on
Commit
25ba683
·
1 Parent(s): c8f627b

Fix build: Remove redundant spacy download and fix encoding

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -14,7 +14,6 @@ COPY requirements.txt .
14
 
15
  # Install dependencies
16
  RUN pip install --no-cache-dir -r requirements.txt
17
- RUN python -m spacy download en_core_web_sm
18
 
19
  # Copy the rest of the application
20
  COPY . .
 
14
 
15
  # Install dependencies
16
  RUN pip install --no-cache-dir -r requirements.txt
 
17
 
18
  # Copy the rest of the application
19
  COPY . .