Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 601 Bytes

File metadata and controls

19 lines (17 loc) · 601 Bytes

Tensorboard Waiter

Simple api to manage tensorboard instances on demand.

TODO

  • Init FastAPI
  • Add a route to start the tensorboard
  • setup subprocess to start multiple tensorboards
  • Add a route to stop
  • Add a route to get the list of the active tensorboards
  • setup docker
  • setup reverse proxy with dynamic paths to tensorboards ports
  • setup ssl
  • clean up idle tensorboards
  • background tasks to clean up tensorboards
  • security token on api routes
  • secure tensorboard instances ?
  • test connection w/ frontend
  • setup ci workflows