Closed abcnorio closed 2 months ago
is python 3.12 essential
No, you can build it with 3.11 and it should work fine, but I won't downgrade it myself. You should be able to build it yourself if you adjust the dockerfile. Outdated 3.11 reference.
should probably now point to 12.5.1 (?)
The non-avx docker is not updated yet, which you probably refer to. I plan to do so soon.
some versions changed on the servers
I adjust these urls all the time, but they keep changing. I usually adjust them if I try to build the docker and get 404 errors. Not sure if there is a better solution. I require the latest versions.
Hello,
is python 3.12 essential or will the docker still build without errors with 3.11?
Reason is I wanted to add some more vs plugin(s) and most are older and not maintained anymore and at least one depends on python module
imp
and notimportlib
and this was removed in 3.12 - see here so it would require to re-write the plugin to work withimportlib
instead ofimp
.It if does not work with 3.11 that's fine, it's not the most important plugin and I can drop it. Thanks!
btw - thanks for your other answer, very appreciated!
btw2 - line 467 (vsgan build)
https://gitlab.com/nvidia/container-images/cuda/blob/master/dist/11.4.2/ubuntu2204/base/Dockerfile
should probably now point to 12.5.1 (?)
btw3 - line 680ff. should change to
some versions changed on the servers.