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:20.10-py3 #1553

Merged
merged 2 commits into from
Nov 29, 2020
Merged

FROM nvcr.io/nvidia/pytorch:20.10-py3 #1553

merged 2 commits into from
Nov 29, 2020

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Nov 29, 2020

Fixes bug #1552.

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Update YOLOv5 Docker base image and improve GPU support in containers.

πŸ“Š Key Changes

  • Downgrade base Docker image from nvcr.io/nvidia/pytorch:20.11-py3 to nvcr.io/nvidia/pytorch:20.10-py3.
  • Enrich Docker run command with --gpus all flag for better GPU utilization.

🎯 Purpose & Impact

  • Compatibility: Changing the base image might resolve compatibility issues with specific CUDA or cuDNN versions.
  • GPU Utilization: With the --gpus all flag, users can now directly allocate all available GPUs to the YOLOv5 Docker container, improving training and inference performance.
  • Users should experience smoother Docker setup and potentially faster model operations due to enhanced GPU support. πŸ’¨πŸš€

@glenn-jocher glenn-jocher changed the title @glenn-jocher FROM nvcr.io/nvidia/pytorch:20.10-py3 FROM nvcr.io/nvidia/pytorch:20.10-py3 Nov 29, 2020
@glenn-jocher glenn-jocher merged commit 68211f7 into master Nov 29, 2020
@glenn-jocher glenn-jocher deleted the docker branch November 29, 2020 16:47
burglarhobbit pushed a commit to burglarhobbit/yolov5 that referenced this pull request Jan 1, 2021
* FROM pytorch/pytorch:latest

* FROM nvcr.io/nvidia/pytorch:20.10-py3
KMint1819 pushed a commit to KMint1819/yolov5 that referenced this pull request May 12, 2021
* FROM pytorch/pytorch:latest

* FROM nvcr.io/nvidia/pytorch:20.10-py3
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
* FROM pytorch/pytorch:latest

* FROM nvcr.io/nvidia/pytorch:20.10-py3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant