Spaces:
Sleeping
Sleeping
File size: 334 Bytes
eff2be4 2a62e76 eff2be4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
services:
web:
build: .
ports:
- "8000:7860"
environment:
- GOOGLE_APPLICATION_CREDENTIALS=/code/keys/credentials.json
volumes:
- ./.env:/code/.env
- ./keys:/code/keys
- ./entrypoint.sh:/code/entrypoint.sh
env_file:
- ./.env
restart: unless-stopped
runtime: nvidia |