-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yaml
More file actions
42 lines (42 loc) · 1009 Bytes
/
compose.yaml
File metadata and controls
42 lines (42 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: Visualizr
services:
visualizr:
image: ghcr.io/alphaspheredotai/visualizr:latest@sha256:fb64d1ec688582e2b5119d2e9f2bad271db7dff827b02525a485fa27c5881f86
ports:
- "7862:7860"
environment:
GRADIO_DEBUG: 1
volumes:
- assets:/home/nonroot/assets
- checkpoint:/home/nonroot/ckpts
- gfpgan:/home/nonroot/gfpgan
post_start:
- command: chown -R nonroot:nonroot /home/nonroot
user: root
restart: on-failure:3
healthcheck:
test:
- "CMD"
- "curl"
- "-f"
- "http://localhost:7860"
interval: 1m30s
timeout: 10s
retries: 5
start_period: 40s
start_interval: 5s
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities:
- gpu
volumes:
checkpoint:
name: Checkpoint of AniTalker
assets:
name: Assets of Visualizr
gfpgan:
name: Weights of face enhancer