Before getting started, ensure that you have the following installed:
- Docker
- Git
First, clone the GitHub repository containing the Streamlit app:
cd path/to/destination/dir
git clone https://github.com/dextercorley19/LinearRegression-MLENext, build the Docker image using the Dockerfile provided in the repository:
cd LinearRegression-MLE/streamlit-app
docker compose up --buildAfter running the container, open your web browser and go to:
To stop the running container, press CTRL+C in the terminal where the container is running.
docker rm <container-id>
docker rmi streamlit-app