We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0747e2 + 9957700 commit f57cef1Copy full SHA for f57cef1
2 files changed
Dockerfile
@@ -12,6 +12,8 @@ LABEL maintainer="thelamer"
12
# environment settings
13
ARG DEBIAN_FRONTEND="noninteractive"
14
ENV NVIDIA_DRIVER_CAPABILITIES="compute,video,utility"
15
+# https://github.com/dlemstra/Magick.NET/issues/707#issuecomment-785351620
16
+ENV MALLOC_TRIM_THRESHOLD_=131072
17
18
RUN \
19
echo "**** install jellyfin *****" && \
Dockerfile.aarch64
0 commit comments