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
We appreciate you go through Apollo documentations and search previous issues before creating an new one. If neither of the sources helped you with your issues, please report the issue using the following form. Please note missing info can delay the response time.
System information
- OS Platform and Distribution Linux Ubuntu 20.04:
- Apollo installed from source:
- Apollo version 10.0:
- Output of
apollo.sh configif onmasterbranch: sirius@LAPTOP-A6H6UQ7F:~/apollo$ ./apollo.sh config [INFO] No rocm-smi found. [INFO] NVIDIA GPU device found. [INFO] Apollo Environment Settings: [INFO] APOLLO_ROOT_DIR: /home/sirius/apollo [INFO] APOLLO_CACHE_DIR: /home/sirius/apollo/.cache [INFO] APOLLO_IN_DOCKER: false [INFO] APOLLO_VERSION: master-2024-12-31-c48541b4c6 [INFO] APOLLO_ENV: STAGE=dev USE_ESD_CAN=false [INFO] USE_GPU_HOST: [INFO] USE_GPU_TARGET: 1 [INFO] GPU_PLATFORM: NVIDIA [INFO] Usage: /home/sirius/apollo/scripts/apollo_config.sh [Options] [INFO] Options: [INFO] -i|--interactive Run in interactive mode [INFO] -n|--noninteractive Run in non-interactive mode [INFO] -h|--help Show this message and exit
Steps to reproduce the issue:
- I use WSL2, ubuntu20.04, Apollo10.0 has been successfully compiled and run After bash scripts/bootstrap. sh,dreamviewer start successfully, but i can't access dreamview on windows11,I modified the DV_URL in the bootstrap.sh from localhost->0.0.0.0 according to some tutorials, but I can't log in to DreamView in windows 11 no matter I use localhost:8888, {wsl2 ip}:8888:
[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/"