mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-08 18:44:06 +00:00
Remove unused docker command
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user