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