vineelagampa commited on
Commit
48500f7
·
verified ·
1 Parent(s): 48df71a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -33,8 +33,9 @@ RUN python -m pip install --upgrade pip setuptools wheel \
33
 
34
 
35
  RUN pip install --no-deps \
36
- "en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0-py3-none-any.whl" \
37
- && python -m spacy validate
 
38
 
39
 
40
 
 
33
 
34
 
35
  RUN pip install --no-deps \
36
+ "en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0-py3-none-any.whl"
37
+
38
+ # RUN python -m spacy validate
39
 
40
 
41