Skip to content

Commit f24bebf

Browse files
committed
feat: removed nvidia gpu requirements
1 parent fc67c11 commit f24bebf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

agentic_rag/k8s/local-deployment/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ spec:
2121
requests:
2222
memory: "8Gi"
2323
cpu: "2"
24-
nvidia.com/gpu: "1"
2524
limits:
2625
memory: "16Gi"
2726
cpu: "4"
28-
nvidia.com/gpu: "1"
2927
ports:
3028
- containerPort: 7860
3129
name: gradio

0 commit comments

Comments
 (0)