Additions:
- Added new plot for time/round
- Added CPU loads and MEM plot for all rounds
- Allocate clients to accepting combiner with the least number of clients
- Monitoring CPU/MEM/ROUNDS with personalized plots
- Added HTML documentation templates, now accessible from FEDn
Fixes:
- Removed flask-dashboard dependency which was previously bloating the Docker image
- Combiner now handles the case when all Clients fails to update the model
- Removed usage of hard-coded "models" bucket for s3 model commits, now using config instead