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

Add sky env vars support for private docker registries #852

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

carolineechen
Copy link
Collaborator

No description provided.

Copy link

sentry-io bot commented May 30, 2024

🔍 Existing Issues For Review

Your pull request is modifying functions with the following pre-existing issues:

📄 File: runhouse/resources/hardware/on_demand_cluster.py

Function Unhandled Issue
up TypeError: argument of type 'NoneType' is not iterable main in <m...
Event Count: 1

Did you find this useful? React with a 👍 or 👎

Copy link
Collaborator Author

carolineechen commented May 30, 2024

ssh_mode=SshMode.INTERACTIVE, port_forward=None
)
subprocess.run(
" ".join(ssh_command),
Copy link
Contributor

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?

@carolineechen carolineechen merged commit 19557e0 into main Jun 18, 2024
10 checks passed
@carolineechen carolineechen deleted the cc/docker-env-vars branch June 18, 2024 20:40
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.

2 participants