Prat0 commited on
Commit
f1ddf07
·
verified ·
1 Parent(s): aaf25e9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -10,6 +10,8 @@ RUN apt-get update && apt-get install -y \
10
 
11
  # Create a directory for NLTK data and set permissions
12
  RUN mkdir -p /app/nltk_data && chown -R 1000:1000 /app/nltk_data
 
 
13
 
14
  # Set environment variable for NLTK data
15
  ENV NLTK_DATA=/app/nltk_data
 
10
 
11
  # Create a directory for NLTK data and set permissions
12
  RUN mkdir -p /app/nltk_data && chown -R 1000:1000 /app/nltk_data
13
+ RUN mkdir -p /app/plots && chown -R 1000:1000 /app
14
+
15
 
16
  # Set environment variable for NLTK data
17
  ENV NLTK_DATA=/app/nltk_data