From 75ca54d55008a641b6896d8af65247233127ac90 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Wed, 26 Jul 2023 18:26:48 +0400 Subject: [PATCH] Update selecting.md --- docs/using/selecting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/using/selecting.md b/docs/using/selecting.md index 7083dcbb90..300f8f05ac 100644 --- a/docs/using/selecting.md +++ b/docs/using/selecting.md @@ -37,6 +37,8 @@ It contains: - `tini` as the container entry point - A `start.sh` script as the default command - useful for running alternative commands in the container as applications are added (e.g. `ipython`, `jupyter kernelgateway`, `jupyter lab`) - Options for a passwordless sudo +- Common system libraries like `bzip2`, `ca-certificates`, `locales` +- `wget` to download external files - No preinstalled scientific computing packages ### jupyter/base-notebook