Skip to content
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

Mesh Not Rendering When Building From Source in Docker Container #1528

Open
belfner99 opened this issue Mar 14, 2024 · 0 comments
Open

Mesh Not Rendering When Building From Source in Docker Container #1528

belfner99 opened this issue Mar 14, 2024 · 0 comments

Comments

@belfner99
Copy link

When running instant-ngp from inside a docker image built from the provided Dockerfile, the mesh is not rendered in the GUI. All other functionality seems to be working correctly (training, changing meshing settings, exporting the mesh, etc.) but no mesh is rendered. I have tried to build the image on multiple Linux systems with varying GPUS and Ubuntu versions but I have the same issue on all of them. The only way I can see the mesh in the GUI is if I use the prebuilt windows executable on a windows system. Has anyone else encountered this issue and/or have a fix for it? Any help is appreciated. Thanks!

Host Systems Tried:

  • Ubuntu 20.04 / RTX A5000
  • Kubuntu 23.10 / RTX A5500 Laptop

instant-ngp build commands:

  • docker-compose -f .devcontainer/docker-compose.yml build instant-ngp
  • docker-compose -f .devcontainer/docker-compose.yml run instant-ngp /bin/bash
  • cmake . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
  • cmake --build build --config RelWithDebInfo -j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant