-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add sky env vars support for private docker registries #852
Conversation
🔍 Existing Issues For ReviewYour pull request is modifying functions with the following pre-existing issues: 📄 File: runhouse/resources/hardware/on_demand_cluster.py
Did you find this useful? React with a 👍 or 👎 |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @carolineechen and the rest of your teammates on Graphite |
cbee37a
to
b21a8eb
Compare
75d09af
to
c74bbed
Compare
72d6e0d
to
e294372
Compare
e294372
to
a0703aa
Compare
c74bbed
to
e6aaf98
Compare
ssh_mode=SshMode.INTERACTIVE, port_forward=None | ||
) | ||
subprocess.run( | ||
" ".join(ssh_command), |
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.
Should this be a shlex join or is it already properly escaped from inside the command runner?
a0703aa
to
0a832a4
Compare
e6aaf98
to
3d9876a
Compare
3d9876a
to
cd4b8b4
Compare
0a832a4
to
4d6034b
Compare
cd4b8b4
to
35a46d3
Compare
35a46d3
to
ee865a8
Compare
No description provided.