Cleanup pip cache in image build

This commit is contained in:
Oleg Kalachev
2024-04-15 07:03:59 +03:00
parent cfe430676b
commit cd5a9d1176

View File

@@ -189,4 +189,7 @@ echo_stamp "Cleanup apt"
apt-get autoremove --purge -y apt-get autoremove --purge -y
apt-get clean apt-get clean
echo_stamp "Cleanup pip"
pip3 cache purge
echo_stamp "END of ROS INSTALLATION" echo_stamp "END of ROS INSTALLATION"