Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dockerfile-cpu #9184

Merged
merged 1 commit into from
Aug 28, 2022
Merged

Update Dockerfile-cpu #9184

merged 1 commit into from
Aug 28, 2022

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Aug 28, 2022

Avoid conflicts with pip install openvino-dev

Signed-off-by: Glenn Jocher [email protected]

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Optimization of the YOLOv5 Dockerfile for CPU environments.

πŸ“Š Key Changes

  • Removed openvino-dev from the list of installed Python packages.
  • Commented out openvino-dev to indicate its removal from the installation process.

🎯 Purpose & Impact

  • πŸš€ Purpose: The change likely aims to streamline the Docker image build process by excluding unnecessary or less commonly used dependencies, making the image more lightweight and potentially reducing build times.
  • πŸ“¦ Impact: Users relying on running YOLOv5 in Docker containers, especially those not utilizing OpenVINO, will experience a more efficient environment setup. Those who require openvino-dev may need to manually install it or adjust their workflows accordingly.

Signed-off-by: Glenn Jocher <[email protected]>
@glenn-jocher glenn-jocher self-assigned this Aug 28, 2022
@glenn-jocher glenn-jocher merged commit f58fe6b into master Aug 28, 2022
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-2 branch August 28, 2022 19:36
ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
Signed-off-by: Glenn Jocher <[email protected]>

Signed-off-by: Glenn Jocher <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant