aptalca
aptalca
@mwilsonav ah, I forgot to set the nvidia vars in the dockerfile. Try setting these in the docker run: https://github.com/linuxserver/docker-ffmpeg/blob/master/Dockerfile#L709-L710
That lib should be injected by nvidia-runtime. Make sure it's installed and enabled properly on the host. You can try the other images nvidia provides for testing.
New image with the Nvidia env vars set. It just needs nvidia runtime or container toolkit enabled for the container: `ghcr.io/linuxserver/lsiodev-ffmpeg:arm64v8-6.1-cli-pkg-d0edb0ca-dev-8432dfe76d86ed2322389f36d1835dc6a40b8f87`
pinging @sinanmohd as they were the author of the original PR #12
@deed02392 --privileged is used for two reasons: 1) iptables 2) sysctl (for multicast) iptables without privileged works if --cap-add=NET_ADMIN is added but I'm not sure what capability provides sysctl ability....
https://github.com/d8ahazard/docker-phlex/blob/master/root/etc/cont-init.d/40-install#L9
Try changing the proxy pass variable to `http://192.168.0.1:12004/#/client/c/Calibre`
Thanks for the PR. Some comments and questions: The tomcat folder creation should really be added to the dockergui baseimage that this image uses: https://github.com/linuxserver/dockergui/tree/x11rdp1.3 Missing pyXDG is likely a...
Hi, I'm trying to understand if this is a docker image issue or an issue with calibre. For the former, I can try to fix, for the latter, I would...
The container only has access to locations that are mounted in the docker run command. By default, the config folder is mounted under /config You need to use the internal...