Davide Panza commited on
Commit
a811010
·
verified ·
1 Parent(s): ba77c9c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -34,10 +34,6 @@ ENV STREAMLIT_CONFIG_DIR=/app/.streamlit
34
  ENV STREAMLIT_SERVER_HEADLESS=true
35
  ENV STREAMLIT_BROWSER_GATHER_USAGE_STATS=false
36
 
37
- # Set NLTK data directory to a writable location
38
- ENV NLTK_DATA=/app/nltk_data
39
- RUN mkdir -p /app/nltk_data
40
-
41
  # Expose port 8501 (Streamlit Spaces requirement)
42
  EXPOSE 8501
43
 
 
34
  ENV STREAMLIT_SERVER_HEADLESS=true
35
  ENV STREAMLIT_BROWSER_GATHER_USAGE_STATS=false
36
 
 
 
 
 
37
  # Expose port 8501 (Streamlit Spaces requirement)
38
  EXPOSE 8501
39