mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-09 11:02:57 +00:00
Remove unused docker command
This commit is contained in:
@@ -397,8 +397,6 @@ NB: this works for classic notebooks only
|
|||||||
```dockerfile
|
```dockerfile
|
||||||
FROM jupyter/base-notebook
|
FROM jupyter/base-notebook
|
||||||
|
|
||||||
USER ${NB_UID}
|
|
||||||
|
|
||||||
RUN pip install --no-cache-dir 'jupyter_contrib_nbextensions' && \
|
RUN pip install --no-cache-dir 'jupyter_contrib_nbextensions' && \
|
||||||
jupyter contrib nbextension install --user && \
|
jupyter contrib nbextension install --user && \
|
||||||
# can modify or enable additional extensions here
|
# can modify or enable additional extensions here
|
||||||
|
Reference in New Issue
Block a user