From 5ba4b94afa5ead121fae99a115c8172d5c9dc65c Mon Sep 17 00:00:00 2001 From: Adrian Gunnar Lauterer Date: Thu, 16 Oct 2025 15:16:13 +0200 Subject: [PATCH] jupyteruptade --- hosts/galadriel/configuration.nix | 1 + modules/jupyterhub.nix | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/hosts/galadriel/configuration.nix b/hosts/galadriel/configuration.nix index 1ffc708..c4223ea 100644 --- a/hosts/galadriel/configuration.nix +++ b/hosts/galadriel/configuration.nix @@ -27,6 +27,7 @@ ../../modules/vaultvarden.nix ../../modules/jellyfin.nix + ../../modules/jupyterhub.nix ../../modules/qbittorrent.nix # broken for now?: Yes, just need to add the zfs disc again, to enable the paths this depends on. Lets redo that maybe? ../../modules/mealie.nix ../../modules/miniflux.nix diff --git a/modules/jupyterhub.nix b/modules/jupyterhub.nix index 6df0353..bd41d4e 100644 --- a/modules/jupyterhub.nix +++ b/modules/jupyterhub.nix @@ -73,6 +73,25 @@ in tqdm numpy scipy + + + pip +torch +torchvision +lightning +numpy +scipy +matplotlib +scikit-image +jupyterlab +ipykernel +pillow +tqdm +pandas + + + + ])); in { displayName = "Python 3 for machine learning";