Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,25 @@ The project utilizes a synthetic dataset representing various celestial bodies a
- Efficiency Index
- Distance from Earth (Million km)

## Docker Setup Instructions

1. Install [Docker](https://docs.docker.com/get-docker/) on your machine.
2. Windows user - Install [WSL](https://learn.microsoft.com/en-us/windows/wsl/install/) (Ubuntu-22.04).
```
wsl --install -d Ubuntu-22.04
```
4. Run the application using Docker Compose:
```PowerShell
docker-compose up
```
5. To stop the application:
```PowerShell
docker-compose down
```

<img src="https://www.animatedimages.org/data/media/562/animated-line-image-0184.gif" width="1920" />


## 💻 Installation & Usage

1. Clone the repository:
Expand Down