We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cef6b0 commit 6605fb9Copy full SHA for 6605fb9
1 file changed
.devcontainer/Dockerfile
@@ -25,7 +25,7 @@ RUN sudo apt-get update --fix-missing \
25
ros-$ROS_DISTRO-message-filters \
26
python3-pip pre-commit \
27
&& pip3 install numpy==1.26.4 --break-system-packages \
28
- && pip3 install mediapipe --break-system-packages\
+ && pip3 install --ignore-installed mediapipe --break-system-packages\
29
&& apt-get autoremove -y \
30
&& apt-get clean \
31
&& rm -rf /var/lib/apt/lists/*
0 commit comments