Skip to content

Commit 7c8a03f

Browse files
committed
fix: /bin/bash: line 41: cd: agentic_rag: No such file or directory
1 parent 783920a commit 7c8a03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agentic_rag/k8s/local-deployment/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
8484
# Clone and set up the application
8585
cd /app
8686
git clone https://github.com/oracle-devrel/devrel-labs.git
87-
cd agentic_rag
87+
cd devrel-labs/agentic_rag
8888
pip install -r requirements.txt
8989
9090
# Start the Gradio app

0 commit comments

Comments
 (0)