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

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 #15662

Open
siriusforgit opened this issue Mar 9, 2025 · 1 comment

Comments

@siriusforgit
Copy link

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 config if on master branch:
    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:
@siriusforgit
Copy link
Author

[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/"

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