File size: 403 Bytes
c23fdff
 
 
 
 
 
 
 
 
2daffd5
 
 
c23fdff
 
 
 
5a4b416
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
build_docker: true
config:
  app_port: 7860
  env:
    - SECRET_KEY=f7290fc27f11dbf14be6cd348638ad62
    - DEBUG=True
    - PORT=7860
    - SPACE_ID=true
    - BYPASS_AUTH=true
    - S3_BUCKET=sorenson-ai-sb-scratch
    - S3_VIDEO_PREFIX=awilkinson/kylie_dataset_videos_for_alignment_webapp/
    - USE_S3_FOR_VIDEOS=true
  resources:
    cpu: 1
    memory: 1
    gpu: null
  restarts: true
  sdk: docker