Dockerfile: Remove commit based iPython install.

This commit is contained in:
John Kirkham 2016-01-27 13:45:33 -05:00
parent a42b04de73
commit ee8e3e4ae3

View File

@ -62,10 +62,7 @@ RUN curl -O https://bootstrap.pypa.io/get-pip.py && \
pip3 --no-cache-dir install requests[security]
# Install some dependencies.
RUN pip2 --no-cache-dir install git+git://github.com/ipython/ipython.git@a58ab37122285adf8f79bd76ded718a777ae3a7c && \
pip3 --no-cache-dir install git+git://github.com/ipython/ipython.git@a58ab37122285adf8f79bd76ded718a777ae3a7c && \
\
pip2 --no-cache-dir install ipykernel && \
RUN pip2 --no-cache-dir install ipykernel && \
pip3 --no-cache-dir install ipykernel && \
\
python2 -m ipykernel.kernelspec && \