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
[V1.8.x] Attemp to fix cd for v1.8.x #19947
Merged
Merged
Changes from 11 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
7e38dcb
[v1.x] Migrate to use ECR as docker cache instead of dockerhub (#19654)
josephevans 65ae3a8
[v1.x] Update CI build scripts to install python 3.6 from deadsnakes …
josephevans 399ac7d
Disable unix-gpu-cu110 pipeline for v1.x build since we now build wit…
josephevans e81d2b9
[v1.x] For ECR, ensure we sanitize region input from environment vari…
josephevans e35eb2e
[v1.x] Address CI failures with docker timeouts (v2) (#19890)
josephevans fe354b5
[v1.x] CI fixes to make more stable and upgradable (#19895)
josephevans 0ce637c
fix cd
Zha0q1 ac45c6e
fix cudnn version for cu10.2 buiuld
Zha0q1 0d9a7fa
WAR the dataloader issue with forked processes holding stale referenc…
ptrendx a16cfa4
skip some tests
Zha0q1 4418716
fix ski[
Zha0q1 968ae74
[v.1x] Attempt to fix v1.x cd by installing new cuda compt package (#…
Zha0q1 e77e5ec
update command
Zha0q1 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
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
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.
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.
Could you combine all these RUN commands into one? Each RUN command causes a docker layer to be saved, so it's more efficient to do
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.
Fixed!