csc8114team6/ASUTFed
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Requirements:
- Docker
── Local Testing ──────────────────────────────────────────
Step 1 — Partition Data
docker build -f Dockerfile -t split-data .
docker run -v ./data:/app/data split-data
Move the data file into root directory and move the test and train files into the data file removing the redundant partition folder
Step 2 — Start Everything
docker compose up --build