nerfstudio
nerfstudio copied to clipboard
Error when running docker container
Describe the bug When using the docker container interactively it returns
[15:01:14] ❌ Completion script generation failed: ['ns-train', '--tyro-print-completion', 'bash'] install.py:107
Traceback (most recent call last): install.py:111
File "/home/user/.local/bin/ns-train", line 5, in
To Reproduce Steps to reproduce the behavior: $ docker run --gpus all -v ~/workspace:/workspace/ -v /srv/nerfstudio/.cache/:/home/user/.cache/ -p 7007:7007 --rm -it dromni/nerfstudio:0.1.16
Expected behavior
Screenshots
Additional context Running on Headless Ubuntu 22.04 Nvidia Driver Version: 525.78.01 CUDA Version: 12.0 Quadro RTX 5000
same issue , either run or build from repo.
Please try again with dromni/nerfstudio:0.1.16 which was rebuilt. Also, please use global paths, no realtives!