itzjunayed commited on
Commit
7af0500
·
verified ·
1 Parent(s): 9a8bd60

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.7.6
5
  WORKDIR /app
6
 
7
  # Create a directory for Matplotlib configuration
8
- RUN mkdir -p /app/matplotlib-config
9
 
10
  # Set environment variable for Matplotlib config
11
  ENV MPLCONFIGDIR=/app/matplotlib-config
 
5
  WORKDIR /app
6
 
7
  # Create a directory for Matplotlib configuration
8
+ RUN mkdir -p /app/matplotlib-config && chmod 777 /app/matplotlib-config
9
 
10
  # Set environment variable for Matplotlib config
11
  ENV MPLCONFIGDIR=/app/matplotlib-config