ipykernel direct, no tests in container

Kyle Kelley 11 years ago
parent 8790cc182e
commit 54a6d94447

@ -44,20 +44,15 @@ RUN apt-get update && apt-get install -y -q \
RUN pip2 install --upgrade setuptools pip
RUN pip3 install --upgrade setuptools pip
RUN mkdir -p /srv/
WORKDIR /srv/
RUN pip3 install ipython
RUN pip2 install ipykernel
RUN pip3 install ipykernel
RUN mkdir -p /srv/
ADD . /srv/notebook
WORKDIR /srv/notebook/
RUN chmod -R +rX /srv/notebook
RUN pip3 install --pre -e .[test]
RUN pip3 install --pre -e .
# install kernels
RUN python2 -m ipykernel.kernelspec
RUN python3 -m ipykernel.kernelspec
WORKDIR /tmp/
RUN nosetests notebook

Loading…
Cancel
Save