Skip to content

Commit

Permalink
Adding better timing estimates
Browse files Browse the repository at this point in the history
  • Loading branch information
kallewesterling committed Jul 24, 2024
1 parent 5293a7d commit 4f27328
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ To create the Docker image, run the following command:
docker build -t mapreader-examples .
```

Note: This will take a while to complete as maps will be downloaded from the
NLS. In our current tests, it takes ~30-35 minutes to complete.
Note: This will take a while to complete as the following activities complete:

- Python setup ~22s
- pip install ~7min
- Downloading maps from NLS ~22-28min
- **Total: ~30-35min**

## Running the Docker container

Expand Down

0 comments on commit 4f27328

Please sign in to comment.