mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
ipykernel no longer has requirements.txt
This commit is contained in:
parent
df7a270240
commit
8a24283acb
@ -48,8 +48,8 @@ RUN mkdir -p /srv/
|
||||
WORKDIR /srv/
|
||||
RUN git clone --depth 1 https://github.com/ipython/ipykernel /srv/ipykernel
|
||||
WORKDIR /srv/ipykernel
|
||||
RUN pip2 install -r requirements.txt -e .
|
||||
RUN pip3 install -r requirements.txt -e .
|
||||
RUN pip2 install --pre -e .
|
||||
RUN pip3 install --pre -e .
|
||||
|
||||
ADD . /srv/notebook
|
||||
WORKDIR /srv/notebook/
|
||||
|
Loading…
Reference in New Issue
Block a user