Clarification on Docker Requirement and Anaconda Setup Alternative
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!
Thank you for your work. I have the same question as above, could you consider Anaconda as an alternative method for environment setup?
I have build it with conda environment, you can refer to #205 , hope this helps!