Skip to content

Commit

Permalink
gcp auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Oct 4, 2023
1 parent a6fdeac commit fa40bac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/auth/vm_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def start_runner(creds, key, id = "gpu-insatnce", zone='us-central1-a', instance
# # Extract the external IP address of the instance
# external_ip = response['networkInterfaces'][0]['accessConfigs'][0]['natIP']


# Get the SSH username (assuming it's stored in the credentials)
ssh_username = credentials.service_account_email
ssh = paramiko.SSHClient()
Expand Down

0 comments on commit fa40bac

Please sign in to comment.