From 60cbeb80212d15d5738d917cda542b41efac5a6b Mon Sep 17 00:00:00 2001 From: Cody Horst Date: Tue, 23 Jan 2018 23:04:53 -0800 Subject: [PATCH] no editable pip installation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b4a4c2..8ff4b8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/