Update Dockerfile and Docker Requirements to Support 50 Series Cards (Cuda 12.8+) - #4102
Update Dockerfile and Docker Requirements to Support 50 Series Cards (Cuda 12.8+)#4102jason-e-gross wants to merge 4 commits into
Conversation
|
As an FYI - I was using it on a Linux Mint OS install, running the latest available drivers (that had CUDA 13 shown in the |
|
Hey @jason-e-gross, thanks for the update, much appreciated! I sadly can't test the change as i do not have a 5000 series card. Can anybody else please confirm if these changes are working without issues? Will merge afterwards. |
Just an FYI - I've also tested it by targeting the 4070 and these changes work with them still, also - so seems solid for both old and new. Just thought I'd throw that in there, this isn't a breaking change update. I built the docker image, I suppose I could probably push it somewhere folks could try the image directly. I'll look into it this week, if I can (otherwise, building the docker image is pretty straightforward and painless). |
|
I have a 5090 and confirmed that this also works |
Refactor Dockerfile to improve readability and maintainability. Added specific package versions for compatibility and organized RUN commands.


I made these two changes to the Dockerfile and the docker_requrirements.txt, and was able to run the
docker buildand successfully make a docker image that works on 50 series cards.Tested it on my Nvidia 5060 TI 16GB and it works.