This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Fix nightly CD for python docker image releases #19772
Merged
Merged
Changes from 28 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
b67e201
install wget
mseth10 c7ccd0b
test cd docker in ci
mseth10 ec2c30a
install docker
mseth10 5f5a16c
install python3-dev and gcc
mseth10 9c39d5d
remove docker testing from ci
mseth10 20031c5
remove python3-dev
mseth10 9f189a4
ecr target
mseth10 182c855
skip build test
mseth10 8fb412e
adding back python3-dev for make
mseth10 333f50a
remove dynamic and pypi stages for testing
mseth10 21d62ac
install build-essential
mseth10 21a6c5d
install zlib
mseth10 e82f830
update python version
mseth10 20c5c95
update ld library path
mseth10 ae0c8e8
install openssl
mseth10 cf2a505
update test packages for python3.7
mseth10 d093c69
remove call to deleted safe_docker_run.py
mseth10 6cef78e
hardcode region for public ecr repo
mseth10 a89afcf
use deadsnakes to install python
mseth10 b2ef4d1
revert dependency change
mseth10 69e2afb
refactor ecr login
mseth10 580514c
update ecr repo jenkins global var
mseth10 7a43857
cleanup
mseth10 2cbb8a7
update docker authentication
mseth10 8241871
add ecr repo
mseth10 6f18c06
add back pypi and tests
mseth10 8568f87
remove unused libmxnet pipeline
mseth10 a4c11e1
update cu112 base docker
mseth10 ba63c59
update base docker images to ub18
mseth10 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 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 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 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
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains 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 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 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 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
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.
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.
ubuntu 16.04 is EOL by April, 2021 (https://ubuntu.com/about/release-cycle), Can we please move to ubuntu 18.04 or 20.04?
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.
Moved to ubuntu 18.04 for all docker base images