This repository was 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.7k
Fix cd by adding to $PATH #19939
Merged
+2
−1
Merged
Fix cd by adding to $PATH #19939
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
3c77a8e
change cd mxnetlib task to use g4 node
Zha0q1 1692b56
add g4 mapping
Zha0q1 0de15d0
revert changes
Zha0q1 1d4c90b
Update runtime_functions.sh
Zha0q1 d9769f8
Merge branch 'master' of github.com:apache/incubator-mxnet into maste…
Zha0q1 1b8462d
Update runtime_functions.sh
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 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
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.
Do you mean that
/usr/local/binwasn't on the PATH before? Do you know why it worked at all before?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.
We recently changed the ami used by restricted-mxnetlinux-gpu to update the nvidia driver
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.
Do you think if there is a better place to set PATH?
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.
@leezu
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.
It's fine to add it here, I'm just trying to understand the reasoning. Can you explain how it's related to AMI? Wouldn't
cd_s3_publishrun in a docker container and be independent from the AMI?