Update Dockerfile environment variables and comments

Removed MPLCONFIGDIR environment variable and adjusted comments.
This commit is contained in:
Matthew Momjian 2026-08-08 12:38:23 -04:00 committed by GitHub
parent 5a07dd5516
commit bf03dca03d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -160,8 +160,7 @@ ENV IMMICH_SOURCE_REF=${BUILD_SOURCE_REF}
ENV IMMICH_SOURCE_COMMIT=${BUILD_SOURCE_COMMIT}
ENV IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/${BUILD_SOURCE_COMMIT}
# store matplotlib and huggingface in /cache subfolder to enable rootless deployment with a single volume
ENV MPLCONFIGDIR=/cache/matplotlib
# store huggingface in /cache subfolder to enable rootless deployment with a single volume
ENV HF_HOME=/cache/hf-cache
ENTRYPOINT ["tini", "--"]