Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -15,6 +15,8 @@ RUN apt-get update && apt-get install -y \
|
|
| 15 |
COPY requirements.txt .
|
| 16 |
RUN pip3 install -r requirements.txt
|
| 17 |
|
|
|
|
|
|
|
| 18 |
RUN python -m spacy download it_core_news_sm
|
| 19 |
|
| 20 |
# Copia tutto il codice dell'applicazione
|
|
|
|
| 15 |
COPY requirements.txt .
|
| 16 |
RUN pip3 install -r requirements.txt
|
| 17 |
|
| 18 |
+
RUN python -m nltk.downloader punkt punkt_tab
|
| 19 |
+
|
| 20 |
RUN python -m spacy download it_core_news_sm
|
| 21 |
|
| 22 |
# Copia tutto il codice dell'applicazione
|