Remove unused docker command

This commit is contained in:
Ayaz Salikhov
2023-07-28 23:11:24 +04:00
parent 0291bd6fa1
commit b323e5d850

View File

@@ -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