Spaces:
Sleeping
Sleeping
File size: 325 Bytes
a5e94fd d8faee6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
title: FASTAPI1
emoji: 📚
colorFrom: blue
colorTo: red
sdk: docker
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
## Instructions for local use:
1. Build with docker
```
docker build -t app:v1 .
```
2. Run
```
docker run -p 7860:7860 app:v1
```
|