comparison Dockerfile @ 61:f07ad089f063

Fix docker build
author Brendan Rius <brendan.rius@gmail.com>
date Thu, 10 Aug 2017 17:13:34 +0200
parents 8a8a9952c887
children 8206b62b7016
comparison
equal deleted inserted replaced
60:ff9eb1c21ea8 61:f07ad089f063
6 WORKDIR /tmp 6 WORKDIR /tmp
7 7
8 COPY ./ jupyter_c_kernel/ 8 COPY ./ jupyter_c_kernel/
9 9
10 RUN pip install --no-cache-dir -e jupyter_c_kernel/ 10 RUN pip install --no-cache-dir -e jupyter_c_kernel/
11 RUN cd jupyter_c_kernel && python -m jupyter_c_kernel.install_c_kernel --user 11 RUN cd jupyter_c_kernel && install_c_kernel --user
12 12
13 WORKDIR /home/$NB_USER/ 13 WORKDIR /home/$NB_USER/
14 14
15 USER $NB_USER 15 USER $NB_USER