From 8d3864090e5c9cd12602e62f89591f1a65dc42c8 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 8 Feb 2023 12:47:39 -0500 Subject: [PATCH] Mention /opt/iiab/jupyterhub (3.1.1) is now ~326 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 68f909ea7..a34c1afd6 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 }} (~271 MB total, after 2 Ansible calls)" +- name: "pip install 3 packages into virtual environment: {{ jupyterhub_venv }} (~326 MB total, after 2 Ansible calls)" pip: name: - pip