Spaces:
Running
Running
File size: 233 Bytes
499e141 |
1 2 3 4 5 6 7 8 9 10 11 12 |
[build]
builder = "DOCKERFILE"
dockerfilePath = "Dockerfile"
[deploy]
runtime = "V2"
numReplicas = 1
startCommand = "python -m imcui.api.server"
sleepApplication = false
restartPolicyType = "ON_FAILURE"
restartPolicyMaxRetries = 10
|