pinthoz commited on
Commit
a6b1404
·
verified ·
1 Parent(s): c309416

Upload 2 files

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,7 +14,8 @@ COPY requirements.txt .
14
  RUN pip install --no-cache-dir --upgrade pip && \
15
  pip install --no-cache-dir -r requirements.txt && \
16
  python -m spacy download en_core_web_sm && \
17
- python -m nltk.downloader punkt
 
18
 
19
  # Copy application code
20
  COPY . .
 
14
  RUN pip install --no-cache-dir --upgrade pip && \
15
  pip install --no-cache-dir -r requirements.txt && \
16
  python -m spacy download en_core_web_sm && \
17
+ python -m nltk.downloader punkt && \
18
+ python -m nltk.downloader punkt_tab
19
 
20
  # Copy application code
21
  COPY . .