Skip to content

Commit 6605fb9

Browse files
committed
Fix build
1 parent 2cef6b0 commit 6605fb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN sudo apt-get update --fix-missing \
2525
ros-$ROS_DISTRO-message-filters \
2626
python3-pip pre-commit \
2727
&& pip3 install numpy==1.26.4 --break-system-packages \
28-
&& pip3 install mediapipe --break-system-packages\
28+
&& pip3 install --ignore-installed mediapipe --break-system-packages\
2929
&& apt-get autoremove -y \
3030
&& apt-get clean \
3131
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)