Merge pull request #156 from Hestia-Homes/sap-dev-update-2

change the MPLCONFIGDIR to /tmp/matplotlib
This commit is contained in:
quandanrepo 2025-11-04 14:44:46 +00:00 committed by GitHub
commit cf7143ff0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ FROM public.ecr.aws/lambda/python:3.12
# Set the working directory
WORKDIR ${LAMBDA_TASK_ROOT}
ENV PYTHONPATH="${PYTHONPATH}:${LAMBDA_TASK_ROOT}"
ENV MPLCONFIGDIR="${LAMBDA_TASK_ROOT}/tmp/matplotlib"
ENV MPLCONFIGDIR="/tmp/matplotlib"
# Environment variables
ARG RUNTIME_ENVIRONMENT