Frank-Steiner
Frank-Steiner
I came here to ask for sth. similar and found this :) So I second such an option, seeing such spikes on my Lenovo T580 with i7-8550U due to the...
Yes, I tried with the bias, but it's not possible to prevent the fan going up because the spikes aren't super short. Instead the temps are going high for several...
Any chance a prebuilt version will be released?
From a user-perspective I'd like to second this approach. Running jupyter as non-root is essential from a security perspective, but the sudo spawner lacks all the benefits of the systemd...
Hi, any chance this gets implemented...? It would indeed be useful. cu, Frank
@behrmann; I'd be happy to test. We are just realizing that we would need to move all the user kernel processes into a separate cgroup slice which is not possible...
Would be great to either have it added to the default systemdspawner or have some other spawner that could be installed as easy as the others ones like "pip install...
Having exactly the same problem. sudospawner fails to start as the neccessary PYTHONPATH variable get's lost despite c.Spawner.env_keep is listing it.
Ok, here's how to solve it (should be documented somewhere in the sudospawner webpage I guess): 1) to make the neccessary variables be passed to sudospawner, use `Defaults env_keep +=...