Skip to content

Commit

Permalink
Update k8s-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve authored Nov 8, 2024
1 parent 7df4e6a commit a27869d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k8s-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
resources:
limits:
nvidia.com/gpu: 1 # requesting a single GPU
nvidia.com/gpumem: 512 # Each vGPU contains 512m device memory
env:
- name: MODEL_NAME
value: "yolov8n.pt"
Expand Down Expand Up @@ -69,4 +70,4 @@ spec:
- name: FORWARDING_MEDIA
value: "True"
- name: REMOVE_AFTER_PROCESSED
value: "True"
value: "True"

0 comments on commit a27869d

Please sign in to comment.