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