Build the Unique3D Docker image
mainTo build the Unique3D Docker image, navigate to the yourworkspace/Unique3D/docker directory and run the build command. Note that the build process uses the source from https://huggingface.co/spaces/Wuvin/Unique3D rather than the local repository. The build process may take over one hour and the resulting image will exceed 70GB in size.
docker build -t unique3d -f Dockerfile .