提交 6f10f6b5 编写于 作者: L Liu Jiaming

Docker: updated dev.x86_64 dockerfile

上级 6dc6991e
FROM apolloauto/apollo:cyber-x86_64-18.04-20200604_1305
FROM apolloauto/apollo:cyber-x86_64-18.04-20200606_2045
ARG GEOLOC
ARG BUILD_STAGE
......@@ -6,23 +6,24 @@ ARG INSTALL_MODE
WORKDIR /apollo
COPY archive /tmp/archive
COPY installers /tmp/installers
RUN bash /tmp/installers/install_geo_adjustment.sh ${GEOLOC}
COPY archive /tmp/archive
RUN bash /tmp/installers/install_geo_adjustment.sh ${GEOLOC}
RUN bash /tmp/installers/install_modules_base.sh
RUN bash /tmp/installers/install_gpu_support.sh ${INSTALL_MODE}
RUN bash /tmp/installers/install_common_modules.sh ${INSTALL_MODE}
RUN bash /tmp/installers/install_drivers_deps.sh ${INSTALL_MODE}
RUN bash /tmp/installers/install_perception_deps.sh ${INSTALL_MODE}
RUN bash /tmp/installers/install_dreamview_deps.sh ${GEOLOC}
RUN bash /tmp/installers/install_contrib_deps.sh ${INSTALL_MODE}
RUN bash /tmp/installers/install_3rdparty_pept_deps.sh ${INSTALL_MODE}
RUN bash /tmp/installers/install_glew.sh
RUN bash /tmp/installers/install_pcl.sh
# TODO(xiaoxq): Not needed for docker_dev, but should enable before release.
# RUN bash /tmp/installers/install_bosfs.sh
# RUN bash /tmp/installers/install_release_stage.sh
RUN bash /tmp/installers/post_install.sh ${BUILD_STAGE}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册