Mlops-Localstack / README.md
Anuj-Panthri's picture
updated README.md file
2a958de
---
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
```