3martini's picture
Upload folder using huggingface_hub
fd6f0a4 verified
version: '3'
services:
solar_eyes:
shm_size: '2gb'
init: true
env_file:
- dc.env
build:
context: .
dockerfile: Dockerfile
volumes:
- ..:/workspaces/solar_eyes:cached
- /var/run/docker.sock:/var/run/docker-host.sock
- ~/.ssh:/home/vscode/.ssh:cached
- solar_eyes-bashhistory:/commandhistory
deploy:
resources:
reservations:
devices:
- driver: nvidia
capabilities: [gpu]
cap_add:
- SYS_PTRACE
security_opt:
- seccomp:unconfined
command: /bin/sh -c "while sleep 1000; do :; done"
volumes:
solar_eyes-bashhistory: