There was an error while loading. Please reload this page.
2 parents 7f6a561 + e27144c commit 491309cCopy full SHA for 491309c
1 file changed
Runtime_env/download_wheels.py
@@ -23,7 +23,7 @@ def download_wheel():
23
"""Downloads specified wheel file"""
24
if not os.path.exists(WHEEL_FILE):
25
try:
26
- subprocess.check_call(["gsutil", "cp", WHEEL_URL, "."])
+ subprocess.check_call(["gcloud", "storage", "cp", WHEEL_URL, "."])
27
print(f"Downloaded {WHEEL_FILE}")
28
except subprocess.CalledProcessError as e:
29
print(f"Error downloading wheel: {e}")
0 commit comments