Spaces:
Sleeping
Sleeping
File size: 363 Bytes
cfb2e26 27d31ee cfb2e26 44204c4 2a958de 44204c4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
title: Mlops Localstack
emoji: π
colorFrom: green
colorTo: red
sdk: docker
pinned: false
app_port: 4566
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
## Command to run docker container:
```bash
docker build -t localstack_local .
docker run -it --rm --name localstack_container localstack_local
``` |