Rauhan commited on
Commit
86d7aa6
1 Parent(s): b2d56e7

DEBUG: nltk

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -16,8 +16,6 @@ RUN apt-get install -y \
16
  libxext6 \
17
  && apt-get clean \
18
  && rm -rf /var/lib/apt/lists/*
19
-
20
- RUN mkdir -p /app/nltk_data && chmod -R 777 /app/nltk_data
21
 
22
  RUN pip install --no-cache-dir -r requirements.txt
23
 
 
16
  libxext6 \
17
  && apt-get clean \
18
  && rm -rf /var/lib/apt/lists/*
 
 
19
 
20
  RUN pip install --no-cache-dir -r requirements.txt
21