ApolloAuto / apollo

An open autonomous driving platform
Apache License 2.0
25.17k stars 9.71k forks source link

docker: invalid reference format #14388

Closed fergcd closed 2 years ago

fergcd commented 2 years ago

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

Steps to reproduce the issue:

Supporting materials (screenshots, command lines, code/script snippets):

When entering command "./docker/scripts/dev_start.sh", "docker: invalid reference format" error message occurs. image I tried changing "#no-cgroups=false" to "no-cgroups=true" in /etc/nvidia-container-runtime/config.toml and adding "systemd.unified_cgroup_hierarchy=0" to boot kernel parameters, and rebooting, but it doesn't work. Please help!

fergcd commented 2 years ago

It was because Korean was included in apollo directory path. e.g. /media/adas/새 볼륨/apollo By cloning to directory with no Korean, only English, problem was solved. e.g. /home/adas/apollo