C. Update readme file

This commit is contained in:
derek.holloway
2026-03-12 10:33:03 -07:00
parent f598ac6a3d
commit 6264db6502
2 changed files with 14 additions and 5 deletions
+14
View File
@@ -12,6 +12,19 @@ Overview of the directories
└── wwwroot # Statically hosted Web Files
```
## Prerequisites
You need to have docker and docker-compose installed
## Hardware Requrement
You need a computer with docker-compose installed.
GPU is not needed as it runs via the CPU runtime.
Minimum Specs:
4 core CPU.
16GB ram.
## Installation
How to host a local copy
@@ -27,4 +40,5 @@ docker compose up -d
```
## Usage
Navigate to [Localhost:5000](http://localhost:5000).