Realcat
add: GIM (https://github.com/xuelunshen/gim)
4d4dd90
raw
history blame contribute delete
No virus
509 Bytes
version: '3.8'
services:
dust3r-demo:
build:
context: ./files
dockerfile: cuda.Dockerfile
ports:
- "7860:7860"
environment:
- DEVICE=cuda
- MODEL=${MODEL:-DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth}
volumes:
- ./files/checkpoints:/dust3r/checkpoints
cap_add:
- IPC_LOCK
- SYS_RESOURCE
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]