BundleSDF icon indicating copy to clipboard operation
BundleSDF copied to clipboard

Clarification on Docker Requirement and Anaconda Setup Alternative

Open Vincia-Jun opened this issue 4 months ago • 1 comments

Hello,

I am following the instructions in the README, which require using Docker. However, I’ve encountered several issues while configuring the Docker environment. Specifically, every time I run the command:

docker build --network host -t nvcr.io/nvidian/bundlesdf .

My system crashes and becomes unresponsive. I would like to know if Docker is absolutely necessary for running the project.

It would be helpful if there was an alternative setup using Anaconda, as Docker setup can sometimes be tricky. Could you provide instructions for configuring the environment with Anaconda instead?

Thank you!

Vincia-Jun avatar Jul 31 '25 06:07 Vincia-Jun

Thank you for your work. I have the same question as above, could you consider Anaconda as an alternative method for environment setup?

liuyx-1 avatar Nov 10 '25 07:11 liuyx-1

I have build it with conda environment, you can refer to #205 , hope this helps!

michaelz9436 avatar Dec 07 '25 08:12 michaelz9436