mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
* add the configuration to deploy yolov5 in a docker container in app engine on google cloud * remove the duplicated requirements, place the google app engine files in utils * remove the unused requirements Co-authored-by: guilhembau <guilhem@6dbytes.com>
14 lines
173 B
YAML
14 lines
173 B
YAML
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 |