Skip to content

Commit

Permalink
Fix extraneous bracket in notebook and force download dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
imreddy13 committed Feb 22, 2024
1 parent b032860 commit bb52dc8
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 bb52dc8

Please sign in to comment.