Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cnpem/tb_waiter
Simple api to manage tensorboard instances on demand.
https://github.com/cnpem/tb_waiter
Last synced: about 1 month ago
JSON representation
Simple api to manage tensorboard instances on demand.
- Host: GitHub
- URL: https://github.com/cnpem/tb_waiter
- Owner: cnpem
- License: gpl-3.0
- Created: 2024-04-25T20:19:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T16:35:02.000Z (9 months ago)
- Last Synced: 2024-05-21T22:45:14.724Z (9 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tensorboard Waiter
Simple api to manage tensorboard instances on demand.
## TODO
- [x] Init FastAPI
- [x] Add a route to start the tensorboard
- [x] setup subprocess to start multiple tensorboards
- [x] Add a route to stop
- [x] Add a route to get the list of the active tensorboards
- [x] setup docker
- [x] setup reverse proxy with dynamic paths to tensorboards ports
- [x] setup ssl
- [x] clean up idle tensorboards
- [x] background tasks to clean up tensorboards
- [x] security token on api routes
- [ ] secure tensorboard instances ?
- [ ] test connection w/ frontend
- [x] setup ci workflows