diff --git a/notebooks/Forest_Data_Partnership_model_hosting.ipynb b/notebooks/Forest_Data_Partnership_model_hosting.ipynb index 62663d3..b59743d 100644 --- a/notebooks/Forest_Data_Partnership_model_hosting.ipynb +++ b/notebooks/Forest_Data_Partnership_model_hosting.ipynb @@ -105,7 +105,7 @@ { "cell_type": "code", "source": [ - "!gsutil cp -r {MODEL_NAME} gs://{BUCKET}" + "!gcloud storage cp --recursive {MODEL_NAME} gs://{BUCKET}" ], "metadata": { "id": "_IO47if04Zgp" @@ -233,4 +233,4 @@ "outputs": [] } ] -} +} \ No newline at end of file