From 03fd8b267f4b6f58153df9fcd71373ee54bd521f Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 11 Nov 2022 13:00:08 -0500 Subject: [PATCH] /opt/iiab/jupyterhub size estimate: ~304 -> ~271 MB --- roles/jupyterhub/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/jupyterhub/tasks/install.yml b/roles/jupyterhub/tasks/install.yml index 8ef7ce7d9..d4ce6c0eb 100644 --- a/roles/jupyterhub/tasks/install.yml +++ b/roles/jupyterhub/tasks/install.yml @@ -33,7 +33,7 @@ global: yes state: latest -- name: "pip install 3 packages into virtual environment: {{ jupyterhub_venv }} (~304 MB total, after 2 Ansible calls)" +- name: "pip install 3 packages into virtual environment: {{ jupyterhub_venv }} (~271 MB total, after 2 Ansible calls)" pip: name: - pip