From f25d35d7a0ce188e3628118fc5820f984ed2e0ed Mon Sep 17 00:00:00 2001 From: Connor Dibble Date: Wed, 3 Nov 2021 22:44:49 +0100 Subject: [PATCH] docs: notes for arm64 support --- docs/index.rst | 3 +-- docs/topic/installer-actions.rst | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 4eab5cf..074a4d2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,8 +17,7 @@ might still make breaking changes that have no clear upgrade pathway. Installation ============ -The Littlest JupyterHub (TLJH) can run on any server that is running at least -**Ubuntu 18.04**. Earlier versions of Ubuntu are not supported. +The Littlest JupyterHub (TLJH) can run on any server that is running **Ubuntu 18.04** or **Ubuntu 20.04** on a amd64 or arm64 CPU architecture. Earlier versions of Ubuntu are not supported. We have a bunch of tutorials to get you started. - Tutorials to create a new server from scratch on a cloud provider & run TLJH diff --git a/docs/topic/installer-actions.rst b/docs/topic/installer-actions.rst index caad82a..56e0302 100644 --- a/docs/topic/installer-actions.rst +++ b/docs/topic/installer-actions.rst @@ -30,7 +30,7 @@ of `traefik `_. This virtual environment is completely manag User environment ================ -By default, a ``miniconda`` environment is installed in ``/opt/tljh/user``. This contains +By default, a ``mambaforge`` conda environment is installed in ``/opt/tljh/user``. This contains the notebook interface used to launch all users, and the various packages available to all users. The environment is owned by the ``root`` user. JupyterHub admins may use to ``sudo -E conda install`` or ``sudo -E pip install`` packages into this environment.