Skip to content

Commit

Permalink
update docker-stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophSchranz committed Apr 6, 2021
1 parent 2a9a805 commit a24e11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ RUN set -ex \
# Install various extensions
RUN fix-permissions $CONDA_DIR

RUN jupyter labextension install @jupyterlab/github
# RUN jupyter labextension install @jupyterlab/github
# RUN pip install jupyterlab-git
RUN pip install jupyterlab-drawio
RUN jupyter nbextension enable --py --sys-prefix ipyleaflet
Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile.usefulpackages
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -ex \
# Install various extensions
RUN fix-permissions $CONDA_DIR

RUN jupyter labextension install @jupyterlab/github
# RUN jupyter labextension install @jupyterlab/github
# RUN pip install jupyterlab-git
RUN pip install jupyterlab-drawio
RUN jupyter nbextension enable --py --sys-prefix ipyleaflet
Expand Down

0 comments on commit a24e11f

Please sign in to comment.