Skip to content

Commit

Permalink
Cleanup pip cache in image build
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 15, 2024
1 parent cfe4306 commit cd5a9d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builder/image-ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,7 @@ echo_stamp "Cleanup apt"
apt-get autoremove --purge -y
apt-get clean

echo_stamp "Cleanup pip"
pip3 cache purge

echo_stamp "END of ROS INSTALLATION"

0 comments on commit cd5a9d1

Please sign in to comment.