Skip to content

Commit

Permalink
Merge pull request #218 from GoogleCloudPlatform/fix-notebook
Browse files Browse the repository at this point in the history
Fix extraneous bracket in notebook
  • Loading branch information
imreddy13 authored Feb 22, 2024
2 parents b032860 + bb52dc8 commit ea665e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"os.environ['KAGGLE_KEY'] = \"<token>\"\n",
"\n",
"# Download the zip file to local storage and then extract the desired contents directly to the GKE GCS CSI mounted bucket. The bucket is mounted at the \"/persist-data\" path in the jupyter pod.\n",
"!kaggle datasets download -d denizbilginn/google-maps-restaurant-reviews -p ~/data\n",
"!kaggle datasets download -d denizbilginn/google-maps-restaurant-reviews -p ~/data --force\n",
"!mkdir /persist-data/google-maps-restaurant-reviews -p\n",
"!unzip -o ~/data/google-maps-restaurant-reviews.zip -x \"dataset/*\" \"sepetcioglu_restaurant/*\" -d /persist-data/google-maps-restaurant-reviews"
]
Expand Down Expand Up @@ -327,7 +327,7 @@
}
],
"source": [
"!ray job status {job_id}} --address \"ray://example-cluster-kuberay-head-svc:10001\" "
"!ray job status {job_id} --address \"ray://example-cluster-kuberay-head-svc:10001\" "
]
},
{
Expand Down

0 comments on commit ea665e3

Please sign in to comment.