-
Notifications
You must be signed in to change notification settings - Fork 364
fix: Update Docker build to automatically adapt Torch version #1732
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
Conversation
WORKSPACE
WORKSPACE
7647c6c
to
9dc646d
Compare
WORKSPACE
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.
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
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.
Add build args for tensorrt and cudnn versions
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.
use 22.04 base
- Update requirements to include `packaging` for FX compatibility checks - Add optional build argument for compilation with CXX11 ABI - Improve documentation regarding build-args
22.04 base upgrade and tensorrt/cuddn build args to be addressed in Issue #1782 |
Description
requirements.txt
WORKSPACE
file; instead use local Torch versionType of change
Checklist: