Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -16,6 +16,7 @@ COPY src/ ./src/
|
|
16 |
|
17 |
RUN pip3 install --upgrade pip
|
18 |
RUN pip3 install -r requirements.txt
|
|
|
19 |
|
20 |
EXPOSE 8501
|
21 |
|
|
|
16 |
|
17 |
RUN pip3 install --upgrade pip
|
18 |
RUN pip3 install -r requirements.txt
|
19 |
+
RUN python -m spacy download en_core_web_sm
|
20 |
|
21 |
EXPOSE 8501
|
22 |
|