ipykernel no longer has requirements.txt

This commit is contained in:
Min RK 2015-07-14 13:43:01 -07:00
parent df7a270240
commit 8a24283acb

View File

@ -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/