You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
219 B
YAML
17 lines
219 B
YAML
3 weeks ago
|
# Ultralytics YOLOv5 🚀, AGPL-3.0 license
|
||
|
|
||
|
runtime: custom
|
||
|
env: flex
|
||
|
|
||
|
service: yolov5app
|
||
|
|
||
|
liveness_check:
|
||
|
initial_delay_sec: 600
|
||
|
|
||
|
manual_scaling:
|
||
|
instances: 1
|
||
|
resources:
|
||
|
cpu: 1
|
||
|
memory_gb: 4
|
||
|
disk_size_gb: 20
|