apollo icon indicating copy to clipboard operation
apollo copied to clipboard

I use WSL2, ubuntu20.04, Apollo10.0 has been successfully compiled and run After bash scripts/bootstrap. sh, but i can't access dreamview on windows11

Open siriusforgit opened this issue 10 months ago • 0 comments

[sirius@in-dev-docker:/apollo_workspace]$ bash scripts/bootstrap.sh [INFO] No rocm-smi found. [INFO] NVIDIA GPU device found. nohup: appending output to 'nohup.out' [ OK ] Launched module monitor. nohup: appending output to 'nohup.out' [ OK ] Launched module dreamview. Dreamview is running at http://0.0.0.0:8899

the contents of scripts/bootstrap.sh are: DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" DREAMVIEW_URL="http://0.0.0.0:8899" DREAMVIEW_PLUS_URL="http://0.0.0.0:8888"

siriusforgit avatar Mar 07 '25 10:03 siriusforgit