Spaces:
Running
on
Zero
Running
on
Zero
File size: 233 Bytes
3040ac4 |
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
|