Fix docker build

This commit is contained in:
Brendan Rius 2017-08-10 17:13:34 +02:00
parent 9ec152dda1
commit cba22be395

View File

@ -8,7 +8,7 @@ WORKDIR /tmp
COPY ./ jupyter_c_kernel/
RUN pip install --no-cache-dir -e jupyter_c_kernel/
RUN cd jupyter_c_kernel && python -m jupyter_c_kernel.install_c_kernel --user
RUN cd jupyter_c_kernel && install_c_kernel --user
WORKDIR /home/$NB_USER/