GaetanoParente commited on
Commit
2a629e6
·
verified ·
1 Parent(s): 06c5cc4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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