Spaces:
Sleeping
Sleeping
File size: 302 Bytes
dc8f26a 273acd0 dc8f26a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# App Engine Flex deployment
runtime: python
env: flex
entrypoint: gunicorn -b :$PORT main:me
runtime_config:
operating_system: ubuntu22
runtime_version: "3.10"
manual_scaling:
instances: 1
resources:
cpu: 1
memory_gb: 0.5
disk_size_gb: 10
env_variables:
GOOGLE_API_KEY: YOUR-API-KEY
|