From b323e5d850a00ee6fa496f45e636a56bcb1d93c9 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Fri, 28 Jul 2023 23:11:24 +0400 Subject: [PATCH] Remove unused docker command --- docs/using/recipes.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/using/recipes.md b/docs/using/recipes.md index 09cbd9bd..1e00a611 100644 --- a/docs/using/recipes.md +++ b/docs/using/recipes.md @@ -397,8 +397,6 @@ NB: this works for classic notebooks only ```dockerfile FROM jupyter/base-notebook -USER ${NB_UID} - RUN pip install --no-cache-dir 'jupyter_contrib_nbextensions' && \ jupyter contrib nbextension install --user && \ # can modify or enable additional extensions here