完成训练模块的转移
This commit is contained in:
16
yolov5/utils/google_app_engine/app.yaml
Normal file
16
yolov5/utils/google_app_engine/app.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/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
|
Reference in New Issue
Block a user