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

Add Dockerfile descriptions #8031

Merged
merged 1 commit into from
May 29, 2022
Merged

Add Dockerfile descriptions #8031

merged 1 commit into from
May 29, 2022

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented May 29, 2022

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhancements to Ultralytics YOLOv5 Docker images for better clarity and optimization.

πŸ“Š Key Changes

  • Updated Dockerfile descriptions for clarity on the purpose and optimization of each image:
    • Dockerfile: Now specifies that the image is CUDA-optimized for YOLOv5 training and inference using single/multi-GPU.
    • Dockerfile-arm64: Indicates compatibility with ARM architectures, such as Apple M1, Jetson Nano, and Raspberry Pi.
    • Dockerfile-cpu: Points out that the image is optimized for CPU deployments, including ONNX, OpenVINO, and PyTorch.

🎯 Purpose & Impact

  • These changes provide clearer documentation and guidance for users looking to utilize Docker images tailored to their hardware setup.
  • They help ensure that users can select the most appropriate Docker image for their specific needs, potentially improving their experience with YOLOv5 applications.
  • By optimizing images for specific architectures and use cases, users can expect better performance and efficiency, whether they are using GPUs, ARM-based CPUs, or traditional CPUs. πŸš€

@glenn-jocher glenn-jocher self-assigned this May 29, 2022
@glenn-jocher glenn-jocher merged commit 632559b into master May 29, 2022
@glenn-jocher glenn-jocher deleted the docker branch May 29, 2022 18:43
tdhooghe pushed a commit to tdhooghe/yolov5 that referenced this pull request Jun 10, 2022
ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
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