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 4f418cc commit 38e7d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/auth/vm_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def start_runner(creds, path, ssh_username, id = "gpu-insatnce", zone='us-centra
return output

if __name__ == "__main__":
username = sys.argv[1], sys.argv[2]
username = sys.argv[1]
# Start the instance
start_runner('gcp_auth.json', '~/.ssh/id_rsa', str(username))

Expand Down

0 comments on commit 38e7d18

Please sign in to comment.