mirror of
https://github.com/XaverKlemenschits/jupyter-c-kernel.git
synced 2025-04-14 10:26:09 +00:00
no editable pip installation
This commit is contained in:
parent
d29d9e8167
commit
60cbeb8021
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user