Interactive visualization of star clusters
pip install -r requirements.txt
python main.py
- Go to http://0.0.0.0:8050/ from your web browser.
docker build -t clusterdashboard .
docker run -d -p 8050:8050 --restart unless-stopped clusterdashboard
docker ps
- list running containers
docker stop <container id>
- stop a running container
docker rm <container id>
- remove a container
docker images
- list images
docker rmi <image id>
- remove an image