File size: 380 Bytes
03f6091
 
 
 
 
 
ad5defb
03f6091
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
## 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
```