移除冗余的 numpy 安装步骤

This commit is contained in:
EricX-Zhao
2026-07-12 19:54:41 +03:00
parent 7e705652ee
commit 9d0eb333a9
@@ -55,8 +55,6 @@ ARG ROS_ROOT
ENV ROS_ROOT=${ROS_ROOT}
COPY --from=ros_builder ${TARGET_SYSROOT} ${TARGET_SYSROOT}
RUN python3.10 -m pip install numpy==1.21.5
# rust install
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
RUN . "$HOME/.cargo/env" \