Paweł (roy) Rościszewski
Paweł (roy) Rościszewski
What if the user wants to select multiple GPUs? CUDA_VISIBLE_DEVICES=0,1,2,3 Web app must allow for selecting multiple resources instead of one.
When reservation hooks are ready (#332), create a template of such job that will run a docker container for the given user, with access limited to the reserved GPU.
Examples: - Average usage for each GPU per day, week, month - Users who use GPUs most efficiently - ranking (column chart)
Allow admin to specify parametrized bash scripts (TH jobs?) that will be executed at certain reservation-related events (before_start, after_end, on_create). Sample use cases: - #259 - automatically starting a docker...
``` Traceback (most recent call last): File "/usr/local/bin/tensorhive", line 8, in sys.exit(main()) File "/usr/local/lib/python3.6/dist-packages/tensorhive/__main__.py", line 9, in main cli.main() File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.6/dist-packages/click/core.py",...
Webpack v3 has vulnerabilities, but upgrading requires in build_vue/webpack.prod.conf.js: - uglifyjs-webpack-plugin is deprecated - extract-text-webpack-plugin is deprecated - CommonsChunkPlugin has been removed, proper optimization and optimization.minimization configurations have to be...
### Subject of the issue Describe your issue here. ### Your environment List relevant info: * TensorHive 0.3.3 ### Steps to reproduce Assign some tasks to a reservation in the...
What specifications? For example, available RAM, clock speed, model, etc.
Initiated in #296: in `TheLogin.vue`: https://github.com/roscisz/TensorHive/blob/0680d1a3498d582b0d071cacf89dcbcbc35d67bc/tensorhive/app/web/dev/src/components/TheLogin.vue#L261 If further down the road we'd ever want to add more roles, this could lead to some annoying to troubleshoot errors, when user with...
``` Exception in thread MonitoringService_Thread-1: Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/home/tensorhive/TensorHive/tensorhive/core/utils/StoppableThread.py", line 18, in run self.do_run() File "/home/tensorhive/TensorHive/tensorhive/core/services/MonitoringService.py", line 41, in do_run...