Spaces:
Build error
Build error
| version: "3.9" | |
| services: | |
| streamlit_app: | |
| image: myretrievalgpt | |
| build: . | |
| tty: true | |
| ports: | |
| - 7860:7860 | |
| deploy: | |
| resources: | |
| reservations: | |
| devices: | |
| - capabilities: [gpu] | |
| dev_app: | |
| image: myretrievalgpt | |
| tty: true | |
| volumes: | |
| - ./app:/app | |
| - ./root:/root | |
| depends_on: | |
| - streamlit_app | |
| deploy: | |
| resources: | |
| reservations: | |
| devices: | |
| - capabilities: [gpu] |