mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
Update Dockerfile environment variables and comments
Removed MPLCONFIGDIR environment variable and adjusted comments.
This commit is contained in:
parent
5a07dd5516
commit
bf03dca03d
1 changed files with 1 additions and 2 deletions
|
|
@ -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", "--"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue