Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions base-notebook/Dockerfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,20 @@ RUN apt-get update && apt-get -yq dist-upgrade && \
echo '######################################## cleanup' && \
rm -rf $CONDA_DIR/share/doc/* $CONDA_DIR/share/gtk-doc && \
rm -rf /tmp/yarn* /tmp/v8-compile-cache* /tmp/npm* /tmp/*banners && \
rm -rf /etc/ssh/ssh_host* && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER

ENV NBGALLERY_CLIENT_VERSION=2.0.11 \
ENV NBGALLERY_CLIENT_VERSION=2.0.12 \
NBGALLERY_URL=http://localhost:3000 \
NBGALLERY_CLIENT_NAME=nbgallery-client \
NBGALLERY_CLIENT_TYPE=nbgallery-base-notebook \
NOTEBOOK_DIR=/home/$NB_USER/notebooks \
RESTARTABLE=yes \
GRANT_SUDO=yes \
CHOWN_HOME=yes \
CHOWN_HOME_OPTS='-R'
CHOWN_HOME_OPTS='-R' \
REGENERATE_SSH_KEYS=no

LABEL maintainer="https://github.com/nbgallery" \
version="$NBGALLERY_CLIENT_VERSION" \
Expand Down
Empty file modified base-notebook/README.md
100644 → 100755
Empty file.
Empty file modified base-notebook/conf/etc/requirements.txt
100644 → 100755
Empty file.
Empty file modified base-notebook/conf/etc/vim/vimrc.local
100644 → 100755
Empty file.
Empty file.
Empty file modified base-notebook/conf/opt/conda/etc/jupyter/nbconfig/notebook.json
100644 → 100755
Empty file.
Empty file.
Empty file.
Loading