From a91fe1d4a0aba2ed49758afc1be32ab92df7a875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Grandas?= Date: Mon, 28 Oct 2024 12:21:36 +0000 Subject: [PATCH] Fixing issue with ray working_dir --- .../example_notebooks/rag-ray-ingest-with-kubernetes-docs.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/rag/example_notebooks/rag-ray-ingest-with-kubernetes-docs.ipynb b/applications/rag/example_notebooks/rag-ray-ingest-with-kubernetes-docs.ipynb index 87bed3bea..d50a1a1dd 100644 --- a/applications/rag/example_notebooks/rag-ray-ingest-with-kubernetes-docs.ipynb +++ b/applications/rag/example_notebooks/rag-ray-ingest-with-kubernetes-docs.ipynb @@ -238,7 +238,7 @@ " entrypoint=\"python job.py\",\n", " # Path to the local directory that contains the entrypoint file.\n", " runtime_env={\n", - " \"working_dir\": \"/home/rag-app\", # upload the local working directory to ray workers\n", + " \"working_dir\": \"/home/jovyan/rag-app\", # upload the local working directory to ray workers\n", " \"pip\": [ \n", " \"langchain\",\n", " \"langchain-community\",\n",