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.
1 parent f0747e2 commit 9957700Copy full SHA for 9957700
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