kapllan commited on
Commit
2c260da
·
verified ·
1 Parent(s): c3da611

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -21,7 +21,6 @@ RUN git clone https://github.com/kapllan/SmartOpinion.git /app
21
 
22
  # Create and set permissions for the logs directory
23
  RUN mkdir -p /app/logs && chmod -R 777 /app/logs
24
- RUN mkdir -p nltk_data && chmod -R 777 nltk_data
25
 
26
  # Set the Hugging Face cache environment variable
27
  RUN mkdir -p /app/cache && chmod -R 777 /app/cache
 
21
 
22
  # Create and set permissions for the logs directory
23
  RUN mkdir -p /app/logs && chmod -R 777 /app/logs
 
24
 
25
  # Set the Hugging Face cache environment variable
26
  RUN mkdir -p /app/cache && chmod -R 777 /app/cache