pvanand commited on
Commit
8215eda
·
verified ·
1 Parent(s): fe54b75

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -13,10 +13,12 @@ ENV MPLCONFIGDIR=/app/matplotlib
13
  # Create the directory for Matplotlib config
14
  RUN mkdir -p /app/matplotlib
15
 
 
 
16
  # Install any needed packages specified in requirements.txt
17
  RUN pip install --no-cache-dir -r requirements.txt
18
 
19
- # RUN chmod -R a+w /usr/local/lib/python3.10/site-packages/hrequests/bin/
20
 
21
  # Run the script to download NLTK data
22
  # RUN python /app/download_nltk_data.py
 
13
  # Create the directory for Matplotlib config
14
  RUN mkdir -p /app/matplotlib
15
 
16
+ RUN chmod -R a+w /app/matplotlib
17
+
18
  # Install any needed packages specified in requirements.txt
19
  RUN pip install --no-cache-dir -r requirements.txt
20
 
21
+
22
 
23
  # Run the script to download NLTK data
24
  # RUN python /app/download_nltk_data.py