From 5f33849fcac998dba31dc346bcf81a614e6d6c62 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 4 May 2022 17:42:59 -0400 Subject: [PATCH] Revise /opt/iiab/jupyterhub size estimate to ~217 MB (was ~229 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 38f98b370..ffb4aabcf 100644 --- a/roles/jupyterhub/tasks/install.yml +++ b/roles/jupyterhub/tasks/install.yml @@ -33,7 +33,7 @@ global: yes state: latest -- name: "pip install 7 packages into virtual environment: {{ jupyterhub_venv }} (~229 MB)" +- name: "pip install 7 packages into virtual environment: {{ jupyterhub_venv }} (~217 MB)" pip: name: - pip