Skip to content
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

Update pytorch in Dockerfile to 2.1.2 #3268

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

Zunhammer
Copy link
Contributor

Update pytorch to fix gsplat incompatibilities with versions >= 1.0.0
Additionally, version pinning of tinycudann as 1.6 was removed as it is not compatible with the new pytorch
setuptools is now fixed to 69.5.1 also because of incompatibilities
Currently, numpy 2 creates an error but as others are already working on fixing this in nerfstudio I'm skipping it in the Dockerfile. In case you need to fix it now please pin the version in nerfstudio dependencies or add a line in the Dockerfile before the ns-install-cli command:
RUN python3.10 -m pip install --no-cache-dir numpy==1.26.4

Fixes #3235

@jb-ye jb-ye force-pushed the update_pytorch_in_docker branch 2 times, most recently from 2000961 to 397adef Compare June 28, 2024 19:29
…splat 1, remove version pinnin of tinycudann as 1.6 is not compatible with the new pytorch, pin setuptools to <70.
Copy link
Collaborator

@jb-ye jb-ye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx

@jb-ye jb-ye enabled auto-merge (squash) June 28, 2024 23:05
@jb-ye jb-ye merged commit c8fcf08 into nerfstudio-project:main Jun 28, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker torch version should be updated from 2.0.1
2 participants