From 83d231ada86df76d6f007e1ff46a622d327da383 Mon Sep 17 00:00:00 2001 From: Andrew Ferlitsch Date: Tue, 27 Jun 2023 10:12:48 -0700 Subject: [PATCH] debug: check if passes 18 (#2042) --- .../pytorch_train_deploy_models_with_prebuilt_containers.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/notebooks/official/prediction/pytorch_train_deploy_models_with_prebuilt_containers.ipynb b/notebooks/official/prediction/pytorch_train_deploy_models_with_prebuilt_containers.ipynb index 15cdfc0ae..a698fd3c9 100644 --- a/notebooks/official/prediction/pytorch_train_deploy_models_with_prebuilt_containers.ipynb +++ b/notebooks/official/prediction/pytorch_train_deploy_models_with_prebuilt_containers.ipynb @@ -360,7 +360,7 @@ }, "outputs": [], "source": [ - "! gsutil mb -l $REGION -p $PROJECT_ID $BUCKET_URI" + "! gsutil mb -l {REGION} -p {PROJECT_ID} {BUCKET_URI}" ] }, { @@ -413,7 +413,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "metadata": { "id": "99DcIE4H54HA"