Spaces:
Running
Running
| volumes: | |
| hfcache: | |
| services: | |
| wserver: | |
| user: "1000" | |
| build: . | |
| volumes: | |
| - hfcache:/data/hugging-face | |
| restart: unless-stopped | |
| ports: | |
| - 8080:8000 | |
| deploy: | |
| resources: | |
| reservations: | |
| devices: | |
| - capabilities: ["gpu"] |