diff --git a/applications/rag/example_notebooks/rag-kaggle-ray-sql-latest.ipynb b/applications/rag/example_notebooks/rag-kaggle-ray-sql-latest.ipynb index 714db863e..849eaec20 100644 --- a/applications/rag/example_notebooks/rag-kaggle-ray-sql-latest.ipynb +++ b/applications/rag/example_notebooks/rag-kaggle-ray-sql-latest.ipynb @@ -35,7 +35,7 @@ "os.environ['KAGGLE_KEY'] = \"\"\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" ] @@ -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\" " ] }, {