mirror of
https://github.com/XaverKlemenschits/jupyter-c-kernel.git
synced 2025-04-14 10:26:09 +00:00
Fix docker build
This commit is contained in:
parent
9ec152dda1
commit
cba22be395
@ -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/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user