🌟 Summary
The Ultralytics 8.3.96 release focuses on simplifying Docker configurations, enhancing compatibility, and improving user experience for developers working with YOLO11 and related tools. 🚀
📊 Key Changes
- 🛠 Unified Docker Setup: Removed the
Dockerfile-nvidia-cuda
and consolidated configurations into the main Dockerfile. - 📦 Preinstalled Key Libraries: Added
tensorrt
andonnxruntime-gpu
to the Dockerfile for streamlined GPU workflows. - 🔇 Cleaner Logs: Suppressed TensorFlow warnings for a more user-friendly experience.
- 🔄 Simplified PaddlePaddle Installation: Removed Python version constraints for easier compatibility.
- 📖 Documentation Updates:
- Added overclocking instructions for Raspberry Pi 5 to boost YOLO11 performance.
- Expanded Docker documentation with new Dockerfiles for NVIDIA Jetson devices and JupyterLab.
- ⚠️ Improved Version Warnings: Enhanced clarity in version mismatch messages to assist users in resolving issues quickly.
🎯 Purpose & Impact
- Streamlined Docker Management: By unifying and optimizing Docker configurations, users benefit from reduced complexity and easier maintenance.
- Enhanced GPU Workflows: Preinstalled libraries like
tensorrt
andonnxruntime-gpu
save setup time and improve performance for GPU-based tasks. - Improved Usability: Suppressing TensorFlow warnings and simplifying PaddlePaddle installation make the tools more accessible and user-friendly.
- Broader Hardware Support: New Dockerfiles and Raspberry Pi overclocking guidance enable better performance on diverse devices, from Jetson boards to Raspberry Pi.
- Clearer Error Handling: Improved version warnings reduce confusion, helping users troubleshoot faster.
This release ensures a smoother, more efficient experience for developers and users across various platforms and workflows. 🌟
What's Changed
- Fix
latest-nvidia-cuda
Docker tag by @glenn-jocher in #19835 - Docker python3 > python symbolic links by @glenn-jocher in #19836
- Fix check_version() report with multiple constraints by @glenn-jocher in #19840
- Update Raspberry Pi doc with overclock information by @lakshanthad in #19841
- Update Docker doc with missing Dockerfiles by @lakshanthad in #19842
ultralytics 8.3.96
Preinstalltensorrt
andonnxruntime-gpu
in Dockerfile by @glenn-jocher in #19845
Full Changelog: v8.3.95...v8.3.96