日志 install on wsl2
- xhost: command not found, when
bash docker/run_container.shwinget install vcxsrvon windows andsudo apt install x11-xserver-utils x11-apps- done.
subprocess-exited-with-errorwhenbash build_all.sh- ref: https://github.com/NVlabs/FoundationPose/issues/117
- Try setting
$CUDA_HOMEsystemwide, in/etc/bash.bashrc(neither/etc/environmentnor/etc/profile) - I did it, it does not work but I went on:
- Try setting
- ref: https://github.com/NVlabs/FoundationPose/issues/27
- Use this instead of the original docker pull:
docker pull shingarey/foundationpose_custom_cuda121:latest && docker tag shingarey/foundationpose_custom_cuda121 foundationpose
- ref: https://github.com/NVlabs/FoundationPose/issues/117
- ok to run
python run_demo.py!