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!