-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-tenant Tensorboard server #101
Comments
#123 should be completed first as this will inherently rely on how many users that there are. |
My initial thoughts on accomplishing this:
Alternative:
|
@ekhl See above, I just got that in ahead of your question lol. I can look into multi tenancy in the underlying tb_server itself. |
For reference, an old issue that planned to productionize Tensorboard, mentioning multi-tenancy: tensorflow/tensorboard#92. Unfortunately the issue was closed because the planned features were "too ambitious and potentially overlap with the work other folks are doing" |
Currently if you go into a project and click on send to Tesorboard, it will create a server where it will run Tensorboard for that specific job. However this is not compatible with a multi-user and multi-tenant Atlas hosted on a cluster. Since there is only one instance of the Tensorboard Service, all users will clash.
The text was updated successfully, but these errors were encountered: