-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Updates to CUDA and TensorRT dockerfiles for v0.5.0 #1731
Updates to CUDA and TensorRT dockerfiles for v0.5.0 #1731
Conversation
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.
FYI, we will revert it to 10.0.
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.
Update the table in dockerfile/README.md
Our thinking here was that AML has necessary drivers for CUDA 10.1, Also, The TensorRT base image from Nvidia is using CUDA 10.1 |
Fine. I'll ask Faith what to do. @faxu |
quick bump on this PR. @jywu-msft, @faxu, @snnn, @manashgoswami -- any additional input? This is ready to be merged from my side. |
…o vinitra/docker-image-updates
Description: This PR updates the CUDA dockerfile base image to use CUDA 10.1 and TensorRT dockerfile to use version 19.06.
Motivation and Context
This way we align with our CI and stay consistent with our newest MCR image updates.
Also adds clear documentation of tags provided to the README.
Relevant to updates made while addressing Tag ORT server images with version_number #1696