-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Updating Dockerfiles From Docker Directory and get_started.md to Reach Last Stable Version of Python, PyTorch and MMCV #1446
Conversation
Compatible with the latest version of MMCV and PyTorch for compatibility with Python3.10
Compatible with the latest version of MMCV and PyTorch for compatibility with Python3.10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mang thanks for your contribution, and it is very helpful.
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
Thanks for your excellent contribution especially modification in chinese doc. |
Thanks for reviewing my contribution. |
…h Last Stable Version of Python, PyTorch and MMCV (open-mmlab#1446) * Update Dockerfile Compatible with the latest version of MMCV and PyTorch for compatibility with Python3.10 * Update Dockerfile for serve Compatible with the latest version of MMCV and PyTorch for compatibility with Python3.10 * Updating to the last version of supported Python * Update Dockerfile * Update get_started.md * Update docs/zh_cn/get_started.md Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com> Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
…h Last Stable Version of Python, PyTorch and MMCV (open-mmlab#1446) * Update Dockerfile Compatible with the latest version of MMCV and PyTorch for compatibility with Python3.10 * Update Dockerfile for serve Compatible with the latest version of MMCV and PyTorch for compatibility with Python3.10 * Updating to the last version of supported Python * Update Dockerfile * Update get_started.md * Update docs/zh_cn/get_started.md Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com> Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
Remove kwargs from call
nourollah,您好!您在MMSeg项目中给我们提的PR非常重要,感谢您付出私人时间帮助改进开源项目,相信很多开发者会从你的PR中受益。 |
Motivation
My master thesis project was developed using MMDetection and MMSegmentation and I'm very interested in OpenMMLab projects. I particularly like the latest version of the technology. For 3 months, PyTorch did not support Python3.10. However, version 1.11.0 of PyTorch adds Python3.10 support.
Modification
The Dockerfile in the docker directory has been updated to reach the latest versions of MMCV and PyTorch. In dockerfiles, some commands were added to gain a smaller docker image. In documents, 'get_started.md' contains updates to the last version of Python, MMCV, and PyTorch with respect to BC.
BC-breaking (Optional)
No, this version of MMCV and PyTorch have fully backward compatibility. This is good for moving forward by safe backward compatibility.
Use cases (Optional)
Nothing changed in providing new use cases.