-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerfiles for Python 3.12 do not successfully build #135
Comments
It's something wierder. I can take a look at it @TaperChipmunk32 is you would like. |
Go for it. I couldn't quite figure it out today. |
You will also need to make sure that you update all of your NVIDIA drivers to support CUDA 2.6.
|
Where in clearml.conf is this needed, and can you add it to your PR with the other docker changes? |
It is needed on the servers themselves (cheetah, aqua, etc.). If they are using the most recent clearML agent, it should be fine. |
In the changes I made in this PR, the dockerfile and dockerfile.cpu_only no longer build successfully after updating to Python 3.12.
It seems to be related to this issue in poetry and can be fixed by adding urllib3 = "<2" to pyproject.toml
The text was updated successfully, but these errors were encountered: