-
Notifications
You must be signed in to change notification settings - Fork 405
Updated Dockerfile #337
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
base: main
Are you sure you want to change the base?
Updated Dockerfile #337
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