Skip to content

Commit 491309c

Browse files
authored
Merge pull request #40 from bhandarivijay-png/ai-gsutil-migration-b12f496f3ec84ea48aa4623fd606a3ea
chore:Migrate gsutil usage to gcloud storage
2 parents 7f6a561 + e27144c commit 491309c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Runtime_env/download_wheels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def download_wheel():
2323
"""Downloads specified wheel file"""
2424
if not os.path.exists(WHEEL_FILE):
2525
try:
26-
subprocess.check_call(["gsutil", "cp", WHEEL_URL, "."])
26+
subprocess.check_call(["gcloud", "storage", "cp", WHEEL_URL, "."])
2727
print(f"Downloaded {WHEEL_FILE}")
2828
except subprocess.CalledProcessError as e:
2929
print(f"Error downloading wheel: {e}")

0 commit comments

Comments
 (0)