mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-25 17:20:26 +01:00
scripts for jupyter notebooks cleanup, bin subdir on path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user