-
Couldn't load subscription status.
- Fork 617
Build against TF 2.9 #2696
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
Merged
Merged
Build against TF 2.9 #2696
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
4e75f98
Build with TF 2.9
seanpmorgan 95248d6
Remove exclusion
seanpmorgan 7c871d0
Adapt to refactored test_utils namespace
bhack 263391b
Fix condition
bhack 54d69d0
Exclude TF 2.7.1 python 10
bhack 55700f9
Update cuda toolchain for manylinux2014
bhack 31540e1
Add TF workspace
bhack 821cd3a
Fix format
bhack 76a04e1
Debug
seanpmorgan 025670f
Debug
seanpmorgan 7c231fe
Debug
seanpmorgan 228e20e
Debug
seanpmorgan b54cd4f
Debug
seanpmorgan 48b7fc1
Update auditwheel plat
seanpmorgan 11be2a5
Remove outdated toolchain
seanpmorgan 5a57e50
Remove outdated conditions
seanpmorgan 1f2034a
Update docs
seanpmorgan 2f2b473
debug
seanpmorgan 887b691
debug
seanpmorgan ceeb44c
debug
seanpmorgan f377162
Add github issue to dockerfile
seanpmorgan d5683c5
Rename variable
seanpmorgan 0790390
Better diff
seanpmorgan 24565d1
Fix compat
seanpmorgan 0020081
Upgrate to 2.9 final
bhack 791c104
Adapt to rootless container
bhack 5c63418
Merge branch 'master' into build-tf29
bhack 48bc03f
Update configure.py
bhack ec5607b
Update configure.py
bhack 2d7c04b
Update CONTRIBUTING.md
bhack e68b863
Update configure.py
bhack 8f646dc
Upgrade to 2.7.2
bhack 997bb70
Add 2.8.1
bhack 96be309
Fix typo
bhack 68978d4
Ovveride the cxx11 abi flag for old releases
bhack ff43c84
Update configure.py
bhack f468375
Update configure.py
bhack 9bc429d
Update configure.py
bhack 7711a11
Update configure.py
bhack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,34 +1,2 @@ | ||
| ARG IMAGE_TYPE=latest-cpu | ||
| FROM tfaddons/dev_container:$IMAGE_TYPE | ||
|
|
||
| ARG USERNAME=vscode | ||
| ARG USER_UID=1000 | ||
| ARG USER_GID=$USER_UID | ||
|
|
||
| # Options for common package install script - SHA updated on release | ||
| ARG INSTALL_ZSH="false" | ||
| ARG UPGRADE_PACKAGES="false" | ||
| ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh" | ||
| ARG COMMON_SCRIPT_SHA="dev-mode" | ||
|
|
||
| # Configure apt and install packages | ||
| RUN apt-get update \ | ||
| && export DEBIAN_FRONTEND=noninteractive \ | ||
| # | ||
| # Verify git, common tools / libs installed, add/modify non-root user, optionally install zsh | ||
| && apt-get -y install --no-install-recommends curl ca-certificates 2>&1 \ | ||
| && curl -sSL ${COMMON_SCRIPT_SOURCE} -o /tmp/common-setup.sh \ | ||
| && ([ "${COMMON_SCRIPT_SHA}" = "dev-mode" ] || (echo "${COMMON_SCRIPT_SHA} */tmp/common-setup.sh" | sha256sum -c -)) \ | ||
| && /bin/bash /tmp/common-setup.sh "${INSTALL_ZSH}" "${USERNAME}" "${USER_UID}" "${USER_GID}" "${UPGRADE_PACKAGES}" \ | ||
| && rm /tmp/common-setup.sh \ | ||
| # | ||
| # ********************************************************************* | ||
| # * Uncomment this section to use RUN to install other dependencies. * | ||
| # * See https://aka.ms/vscode-remote/containers/dockerfile-run * | ||
| # ********************************************************************* | ||
| # && apt-get -y install --no-install-recommends <your-package-list-here> | ||
| # | ||
| # Clean up | ||
| && apt-get autoremove -y \ | ||
| && apt-get clean -y \ | ||
| && rm -rf /var/lib/apt/lists/* |
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
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
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
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
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
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
118 changes: 0 additions & 118 deletions
118
build_deps/toolchains/gcc7_manylinux2010-nvcc-cuda11/BUILD
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.