Spaces:
Sleeping
Sleeping
Update dockerfile
Browse files- dockerfile +0 -1
dockerfile
CHANGED
|
@@ -32,7 +32,6 @@ RUN python -m pip install --upgrade pip setuptools wheel \
|
|
| 32 |
&& pip install 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 \
|
| 33 |
&& python -m spacy validate
|
| 34 |
|
| 35 |
-
|
| 36 |
# Copy the rest of your app
|
| 37 |
COPY . .
|
| 38 |
|
|
|
|
| 32 |
&& pip install 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 \
|
| 33 |
&& python -m spacy validate
|
| 34 |
|
|
|
|
| 35 |
# Copy the rest of your app
|
| 36 |
COPY . .
|
| 37 |
|