theminji commited on
Commit
089140e
·
verified ·
1 Parent(s): 8ac88b2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -20,6 +20,8 @@ COPY requirements.txt .
20
 
21
  RUN pip install --no-cache-dir -r requirements.txt
22
 
 
 
23
  COPY . .
24
 
25
  EXPOSE 7860
 
20
 
21
  RUN pip install --no-cache-dir -r requirements.txt
22
 
23
+ RUN python -m spacy download en_core_web_sm
24
+
25
  COPY . .
26
 
27
  EXPOSE 7860