splatt3r / src /mast3r_src /dust3r /docker /docker-compose-cpu.yml
brandonsmart's picture
Initial commit
5ed9923
raw
history blame
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