mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
Merge pull request #156 from Hestia-Homes/sap-dev-update-2
change the MPLCONFIGDIR to /tmp/matplotlib
This commit is contained in:
commit
cf7143ff0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue