Mercurial > hg > Members > aka > jupyter_CbC_kernel
changeset 74:8206b62b7016
no editable pip installation
author | Cody Horst <chorst@uw.edu> |
---|---|
date | Tue, 23 Jan 2018 23:04:53 -0800 |
parents | b6b613c2a28a |
children | a1e3b056a4bd |
files | Dockerfile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Dockerfile Tue Jan 23 22:34:24 2018 -0800 +++ b/Dockerfile Tue Jan 23 23:04:53 2018 -0800 @@ -7,7 +7,7 @@ COPY ./ jupyter_c_kernel/ -RUN pip install --no-cache-dir -e jupyter_c_kernel/ +RUN pip install --no-cache-dir jupyter_c_kernel/ RUN cd jupyter_c_kernel && install_c_kernel --user WORKDIR /home/$NB_USER/