添加注释
This commit is contained in:
14
utils/google_app_engine/app.yaml
Normal file
14
utils/google_app_engine/app.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
Reference in New Issue
Block a user