移除冗余的 numpy 安装步骤
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user