samyak152002 commited on
Commit
67adbee
·
verified ·
1 Parent(s): d141938

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -5
Dockerfile CHANGED
@@ -1,5 +1,8 @@
1
- # Use the multi-platform image
2
- FROM samyak1515151/pdf:multiplatform
3
-
4
- # CMD is likely already in your image, but explicit for clarity
5
- CMD ["python", "app.py"]
 
 
 
 
1
+ # Use the multi-platform image
2
+ FROM samyak1515151/pdf:fixed
3
+
4
+ # Set writable directory for matplotlib
5
+ ENV MPLCONFIGDIR=/tmp/matplotlib
6
+
7
+ # CMD is likely already in your image, but explicit for clarity
8
+ CMD ["python", "app.py"]