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";