Skip to content
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

Fix incorrect use of ssh port forward option. #44973

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

abizjakpro
Copy link
Contributor

This fixes the order of ports, making the port option (-p) of "ray dashboard" command actually work.

If you cannot merge this as-is, feel free to make the trivial change yourself.

This fixes the order of ports, making the port option (-p) of
"ray dashboard" command actually work.

Signed-off-by: Ambroz Bizjak <[email protected]>
@@ -349,7 +349,7 @@ def run(
cf.bold(local),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this log also the other way around?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The log is OK, just the actual command is the wrong way. It only worked if the ports were the same.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

@jjyao jjyao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!!

@jjyao jjyao merged commit 743830e into ray-project:master Apr 26, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants