Conversation
|
Hi @JustinLungu , thanks a lot for this PR, especially the updates for CUDA 12.1 and the verified build on RTX 4070. I would like to validate it on my laptop with RTX 4070. I have one quick clarification question regarding the Docker setup: Did you build and test this PR using the official FoundationPose Docker image (docker pull wenbowen123/foundationpose) Thanks! |
|
Hi @JustinLungu, thanks for this PR. It helped me get it to build on my RTX A4000. I ran into a small issue during the build, specifically with the Conda environment requiring acceptance of the Terms of Service. The error was:
I modified the Dockerfile slightly, particularly the Miniconda installation part, to automatically accept these terms:
Thanks |
|
Hey guys, I tried to build the image again from scratch since the current Dockerfile is outdated for new GPUs. Here is my updated Basically I just did the changes as mentioned by Issue #27. Over and above that, I am not using conda since it is already inside my docker environment. I had to downgrade some packages like Numpy, jupyter-client, opencv, etc to make it compatible. If in future there are further issues with this Dockerfile due to updates, I am attaching the output of my |
This pull request updates the Dockerfile to ensure compatibility with recent changes in the Kaolin repository.
Closes: #336