ojasrohatgi commited on
Commit
a0416c4
·
verified ·
1 Parent(s): 527ce0c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \
10
  # Set environment variables for rasterio if needed
11
  ENV CPLUS_INCLUDE_PATH=/usr/include/gdal
12
  ENV C_INCLUDE_PATH=/usr/include/gdal
 
13
 
14
  # Set workdir and install python deps
15
  WORKDIR /app
 
10
  # Set environment variables for rasterio if needed
11
  ENV CPLUS_INCLUDE_PATH=/usr/include/gdal
12
  ENV C_INCLUDE_PATH=/usr/include/gdal
13
+ ENV MPLCONFIGDIR=/tmp
14
 
15
  # Set workdir and install python deps
16
  WORKDIR /app