scripts for jupyter notebooks cleanup, bin subdir on path

This commit is contained in:
ziembla
2017-12-09 20:17:56 +01:00
parent ddb9784176
commit 6e4004f16c
6 changed files with 184 additions and 17 deletions

View File

@@ -67,6 +67,7 @@ WORKDIR ${workdir}
COPY docker/bashrc /tmp/bashrc
RUN cat /tmp/bashrc >> ${home}/.bashrc
RUN echo "export PATH=\"${workdir}/docker/bin:$PATH\"" >> ${home}/.bashrc
RUN sudo rm /tmp/bashrc
# INFO: Uncomment the RUN command below to disable git diff paging