Spaces:
Running
Running
File size: 491 Bytes
bd395ff a005919 709136d bd395ff ad5defb a005919 709136d a005919 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
title: Polos Demo
emoji: π
colorFrom: blue
colorTo: green
sdk: docker
app_port: 8501
pinned: false
---
## Get Started on M1 Mac
```bash
git submodule update --init --recursive
docker build . -t polos_demo
docker run -it -d -v `pwd`:/workspace -p 8080:8080 --platform linux/amd64 polos_demo
docker exec -it $process_id bash
root@28cb354f7609:~# sh install.sh
root@28cb354f7609:~# poetry run python test.py
root@28cb354f7609:~# poetry run streamlit run test.py --server.port 8080
```
|