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 dependencies for docker image #153

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Feb 12, 2024

This PR updates the dependencies in the docker image as follows:

UBUNTU 18.04 -> 22.04
CUDA_VER 11.6 -> 11.8
PY_VER 3.8 -> 3.10
MMCV_VER 1.6.1 -> 1.7.0
TORCH_VER 1.12.1 -> 2.0.1
TORCHV_VER 0.13.1 -> 0.15.2

I also updated the docs to point to the new image that can be built with the new docker file. There are newer versions all of these libs but they won't work because:

  • The last cudatoolkit in conda in 11.8, limiting the CUDA version to that
  • The last pytorch3d version in conda is for python 3.10 and torch 2.0.1
  • The MMCV version was limited also to 1.7.0 but I didn't make a note of what breaks when updated further.

@CLAassistant
Copy link

CLAassistant commented Feb 12, 2024

CLA assistant check
All committers have signed the CLA.

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.

2 participants