Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
-
|
|
|
|
| 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 |
|