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

FROM nvcr.io/nvidia/pytorch:21.10-py3 #5592

Merged
merged 1 commit into from
Nov 9, 2021
Merged

FROM nvcr.io/nvidia/pytorch:21.10-py3 #5592

merged 1 commit into from
Nov 9, 2021

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Nov 9, 2021

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Update to Dockerfile for Enhanced Compatibility

πŸ“Š Key Changes

  • πŸ“¦ Updated the base image from Nvidia PyTorch 21.05-py3 to 21.10-py3.
  • πŸ›  Installed newer versions of torch and torchvision along with numpy and Pillow.
  • 🧹 Cleaned up unnecessary installations of nvidia-tensorboard and nvidia-tensorboard-plugin-dlprof.

🎯 Purpose & Impact

  • πŸš€ Purpose: To provide a more current software environment for users, enhancing compatibility with the latest features and security patches.
  • ✨ Impact: Users can expect better performance and improved integration with the latest machine learning libraries and tools. This may lead to easier deployments and a smoother development experience for YOLOv5-related projects.

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.

TypeError: expected string or bytes-like object TypeError: expected string or bytes-like object
1 participant