Skip to content

Commit

Permalink
Fixing issue with ray working_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
german-grandas committed Oct 28, 2024
1 parent 610658e commit a91fe1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a91fe1d

Please sign in to comment.