Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
-
|
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
|