Skip to content

Commit

Permalink
Remove pip cache once all packages are installed to free up space
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimhroob committed Nov 3, 2024
1 parent 2cf8329 commit 001af51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/scripts/install_external_ros_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ vcs import < ${WS}/src/repos/external.repos
rosdep install -r -y -i --from-paths .

# Install Python dependencies for the ultralytics_ros package
python3 -m pip install -r ultralytics_ros/requirements.txt
python3 -m pip install -no-cache-dir -r ultralytics_ros/requirements.txt

echo "Setup complete."

0 comments on commit 001af51

Please sign in to comment.