mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-23 12:49:41 +08:00
Adds self-test while building Docker image
This commit is contained in:
parent
7524fb8786
commit
46281b9216
@ -55,7 +55,13 @@ RUN ln -s /usr/src/jupyter-notebook/scripts/lxc-launcher.sh /launch.sh \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
\
|
||||
&& python2 -m ipykernel.kernelspec \
|
||||
&& python3 -m ipykernel.kernelspec
|
||||
&& python3 -m ipykernel.kernelspec \
|
||||
\
|
||||
&& pip2 install --no-cache-dir mock nose requests testpath \
|
||||
&& pip3 install --no-cache-dir nose requests testpath \
|
||||
&& iptest2 && iptest3 \
|
||||
&& pip2 uninstall --no-cache-dir -y funcsigs mock nose pbr requests six testpath \
|
||||
&& pip3 uninstall --no-cache-dir -y nose requests testpath
|
||||
|
||||
VOLUME /notebooks
|
||||
WORKDIR /notebooks
|
||||
|
Loading…
Reference in New Issue
Block a user