提交 19308fe5 编写于 作者: L Lei Wang 提交者: Jiangtao Hu

Docker: use NFS map data.

上级 66f60ce2
......@@ -55,6 +55,11 @@ if [ "$RELEASE_DOCKER" != "1" ];then
cp -r /home/tmp/modules_data/* /apollo/modules/
chown -R ${DOCKER_USER}:${DOCKER_GRP} "/apollo/modules"
fi
if [ -e /mnt/nfs/map/data ]; then
rsync -rLvzh --progress --update /mnt/nfs/map/data /apollo/modules/map
chown -R ${DOCKER_USER}:${DOCKER_GRP} "/apollo/modules/map/data"
fi
# setup ros package
# this is a temporary solution to avoid ros package downloading.
ROS="/home/tmp/ros"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册