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

Minor: remove two messages from spot launch. #2028

Merged
merged 1 commit into from
Jun 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions sky/templates/spot-controller.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ setup: |
# Install cli dependencies
# Not using SkyPilot wheels because the wheel can be cleaned up by another process.
# TODO(zhwu): Keep the dependencies align with the ones in setup.py
echo Check and install AWS SDK
(pip list | grep boto3 > /dev/null 2>&1 && \
pip list | grep google-api-python-client > /dev/null 2>&1 ) || \
pip install boto3 awscli pycryptodome==3.12.0 google-api-python-client google-cloud-storage 2>&1 > /dev/null

# We do not install azure dependencies for now since our subscription does not support spot instances.
# pip list | grep azure-cli > /dev/null 2>&1 || \
# pip3 install azure-cli==2.31.0 azure-core
echo Check and install Google SDK
{{google_sdk_installation_commands}}

# Internal: disable logging for manually logging into the spot controller for debugging.
Expand Down