Skip to content

Commit 783920a

Browse files
committed
fix: fatal: destination path '.' already exists and is not an empty directory.
1 parent 2796404 commit 783920a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

agentic_rag/k8s/local-deployment/deployment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ spec:
2121
requests:
2222
memory: "8Gi"
2323
cpu: "2"
24+
ephemeral-storage: "50Gi" # Add this
2425
limits:
2526
memory: "16Gi"
2627
cpu: "4"
28+
ephemeral-storage: "100Gi" # Add this
2729
ports:
2830
- containerPort: 7860
2931
name: gradio
@@ -81,7 +83,7 @@ spec:
8183
8284
# Clone and set up the application
8385
cd /app
84-
git clone https://github.com/oracle-devrel/devrel-labs.git .
86+
git clone https://github.com/oracle-devrel/devrel-labs.git
8587
cd agentic_rag
8688
pip install -r requirements.txt
8789

0 commit comments

Comments
 (0)