sagar008 commited on
Commit
9e6e587
·
verified ·
1 Parent(s): 64b5c0a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ ENV HF_HOME=/app/cache \
13
  COPY requirements.txt .
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
- RUN python -m nltk.downloader -d /app/nltk_data punkt
17
 
18
 
19
  COPY . .
 
13
  COPY requirements.txt .
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
+ RUN python -m nltk.downloader -d /app/nltk_data punkt punkt_tab
17
 
18
 
19
  COPY . .