Skip to content

Commit 6aac3c6

Browse files
committed
Polish code
test=release/1.0.0
1 parent 1ab8b77 commit 6aac3c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@ RUN localedef -i en_US -f UTF-8 en_US.UTF-8
7373
# version(1.7.1 for now), which causes building documentation failed.
7474
RUN pip3 install -U wheel && \
7575
pip3 install -U docopt PyYAML sphinx==1.5.6 && \
76-
pip3 install sphinx-rtd-theme==0.1.9 recommonmark
76+
pip3 install sphinx-rtd-theme==0.1.9 recommonmark && \
7777
easy_install -U pip && \
7878
pip install -U wheel && \
7979
pip install -U docopt PyYAML sphinx==1.5.6 && \
80-
pip install sphinx-rtd-theme==0.1.9 recommonmark && \
80+
pip install sphinx-rtd-theme==0.1.9 recommonmark
8181

8282
RUN pip3 install pre-commit 'ipython==5.3.0' && \
8383
pip3 install 'ipykernel==4.6.0' 'jupyter==1.0.0' && \
84-
pip3 install opencv-python
84+
pip3 install opencv-python && \
8585
pip install pre-commit 'ipython==5.3.0' && \
8686
pip install 'ipykernel==4.6.0' 'jupyter==1.0.0' && \
87-
pip install opencv-python && \
87+
pip install opencv-python
8888

8989
#For docstring checker
9090
RUN pip3 install pylint pytest astroid isort

0 commit comments

Comments
 (0)