Realcat
add: GIM (https://github.com/xuelunshen/gim)
4d4dd90
raw
history blame contribute delete
No virus
351 Bytes
version: '3.8'
services:
dust3r-demo:
build:
context: ./files
dockerfile: cpu.Dockerfile
ports:
- "7860:7860"
volumes:
- ./files/checkpoints:/dust3r/checkpoints
environment:
- DEVICE=cpu
- MODEL=${MODEL:-DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth}
cap_add:
- IPC_LOCK
- SYS_RESOURCE