Docker nvidia

Any chance the nvidia docker image could get updated?
It's kind of leaving me stuck on an acient chrome version.

will the nvidia image be updated?

1 Like

At some point but NVIDIA changed their image structure entirely so we have to start from scratch to build a new one.

understood.... this works great btw.

FROM nvidia/cuda:12.3.0-base-ubuntu22.04 as base
ARG TARGETPLATFORM
ARG TARGETARCH
ARG BUILDPLATFORM

1 Like

Thanks. I've rebuilt the image using that base. Please try fancybits/channels-dvr:nvidia-test

cc @teladog01

2 Likes

will give it a go this evening!

1 Like

Any luck?

Anyone?

Sorry, haven't had a chance to test it yet.
When the change went in that altered the authorization behavior when a Docker Gateway was detected, I moved my 2 CDVR instances that required GPU Acceleration to their own LXCs.
My Docker QEMU VM doesn't have a GPU passed through to it.
If I get some time to spin up my Docker LXC in the near future, I will certainly test.

2 Likes

fancybits/channels-server:nvidia-test doesn't seem to exist when I try to pull it

It shows up on Docker Hub
https://hub.docker.com/r/fancybits/channels-dvr/tags?page=1&ordering=last_updated

Someone (me) forgot to update the repository location. :man_facepalming:

The problem was that fancybits/channels-server:nvidia-test is not correct. It's fancybits/channels-dvr:nvidia-test (along with the fact the repo address was wrong in my config). I think channels-server might be Tim's old repo.

@tmm1 nvidia-test works great. Thank you. If you promote this into production, would you let us know here so we can remove the "-test"?

2 Likes

Testing this today!

1 Like