no editable pip installation

This commit is contained in:
Cody Horst 2018-01-23 23:04:53 -08:00
parent d29d9e8167
commit 60cbeb8021

View File

@ -7,7 +7,7 @@ WORKDIR /tmp
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/