fix: Update Docker build to automatically adapt Torch version#1732
Merged
gs-olive merged 2 commits intopytorch:mainfrom Mar 28, 2023
Merged
fix: Update Docker build to automatically adapt Torch version#1732gs-olive merged 2 commits intopytorch:mainfrom
gs-olive merged 2 commits intopytorch:mainfrom
Conversation
WORKSPACEWORKSPACE
narendasan
approved these changes
Mar 10, 2023
7647c6c to
9dc646d
Compare
WORKSPACE
narendasan
reviewed
Mar 17, 2023
Collaborator
narendasan
left a comment
There was a problem hiding this comment.
Add note about the abi
- Build issue encountered in Docker arising from mismatched versions in WORKSPACE and Docker folder - Update Dockerfile build process to adapt Torch version from `requirements.txt` - Remove references to Torch version in Docker `WORKSPACE` file; instead use local Torch version - Update documentation to provide clear instructions about inclusion of the C++11 ABI build (disabled by default)
9dc646d to
ea6bdf4
Compare
narendasan
reviewed
Mar 22, 2023
narendasan
reviewed
Mar 22, 2023
Collaborator
There was a problem hiding this comment.
Add build args for tensorrt and cudnn versions
gs-olive
commented
Mar 22, 2023
narendasan
reviewed
Mar 22, 2023
narendasan
reviewed
Mar 22, 2023
- Update requirements to include `packaging` for FX compatibility checks - Add optional build argument for compilation with CXX11 ABI - Improve documentation regarding build-args
Contributor
Author
|
22.04 base upgrade and tensorrt/cuddn build args to be addressed in Issue #1782 |
bowang007
pushed a commit
that referenced
this pull request
Apr 28, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
requirements.txtWORKSPACEfile; instead use local Torch versionType of change
Checklist: