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 keep default torch installation #10071

Merged
merged 1 commit into from
Nov 7, 2022

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Nov 7, 2022

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

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Improvement of YOLOv5 Dockerfile dependencies management.

πŸ“Š Key Changes

  • Removed torch and torchvision from the list of packages to be uninstalled.
  • Specified the versions for Pillow and opencv-python packages to ensure compatibility.

🎯 Purpose & Impact

  • Ensures smoother setup and fewer conflicts by avoiding unnecessary uninstallation of essential components (torch and torchvision).
  • Prevents potential errors by locking the package versions to tested, stable releases.
  • Contributes to a more stable and reliable Docker environment for YOLOv5, benefiting developers and users working with containerized applications. πŸ“¦πŸ³

@glenn-jocher glenn-jocher merged commit 0039870 into master Nov 7, 2022
@glenn-jocher glenn-jocher deleted the update/docker_keep_torch branch November 7, 2022 23:58
@glenn-jocher glenn-jocher restored the update/docker_keep_torch branch November 7, 2022 23:58
@glenn-jocher glenn-jocher deleted the update/docker_keep_torch branch November 7, 2022 23:58
@glenn-jocher glenn-jocher self-assigned this Nov 7, 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.

1 participant