puzan789 commited on
Commit
c240bba
·
1 Parent(s): a2035bf
Files changed (1) hide show
  1. Dockerfile +2 -4
Dockerfile CHANGED
@@ -35,10 +35,8 @@ USER appuser
35
  RUN pip install --no-cache-dir --upgrade pip && \
36
  pip install --no-cache-dir -r requirements.txt
37
 
38
- # Set NLTK data directory and download data
39
- ENV NLTK_DATA=/app/nltk_data
40
- RUN mkdir -p $NLTK_DATA && \
41
- python -m nltk.downloader -d $NLTK_DATA all
42
 
43
  # Expose the application port
44
  EXPOSE 7860
 
35
  RUN pip install --no-cache-dir --upgrade pip && \
36
  pip install --no-cache-dir -r requirements.txt
37
 
38
+
39
+
 
 
40
 
41
  # Expose the application port
42
  EXPOSE 7860