i want the Dockerfile that used to create the following docker image
pytorch:2.6.0-cuda12.6-cudnn9-runtime
i couldn’t find it on Github
i want the file to create a new image but with python 3.13
any help is appreciated
thanks in advance
I would guess the Dockerfile
from the repository is used which sets up an Ubuntu base container and pip install
s the wheels.
Thanks for your response
I would love to get the final file without configurations that in the end will generate
pytorch:2.6.0-cuda12.6-cudnn9-runtime but with python 3.13
the current docker image is using python 3.11
Thanks in advance