按照Apollo官網(wǎng)的安裝說(shuō)明進(jìn)行
apollo/apollo_software_installation_guide_package_method.md at v8.0.0 · ApolloAuto/apollo (github.com)
問(wèn)題記錄:
-
apt update
時(shí)井氢, 提示:
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://apollo-pkg-beta.cdn.bcebos.com/neo/beta bionic InRelease' doesn't support architecture 'i386'
解決方法:
修改/etc/apt/sources.list
文件刷袍,將deb https://apollo-pkg-beta.cdn.bcebos.com/neo/beta bionic main
修改為deb [arch=amd64] https://apollo-pkg-beta.cdn.bcebos.com/neo/beta bionic main
, 然后重新apt update
-
aem start
時(shí)庶喜, 有warning:
[WARNING] Cannot access GPU from within container. Please install latest Docker and NVIDIA Container Toolkit as described by:
[WARNING] https://github.com/NVIDIA/nvidia-docker/blob/master/README.md
解決方法:
按照 https://github.com/NVIDIA/nvidia-docker/blob/master/README.md按照NVIDIA Container Toolkit
- docker鏡像下載失敗:
Error response from daemon: Get https://registry.baidubce.com/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
[ERROR] Failed to pull docker image : registry.baidubce.com/apollo/apollo-env-gpu:latest
解決方法:
參考(8條消息) Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting_Sunshine_502的博客-CSDN博客
中的方式二伊滋, 獲取registry.baidubce.com的IP地址饲嗽,直接添加到hosts文件中