File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,18 +73,18 @@ RUN localedef -i en_US -f UTF-8 en_US.UTF-8
73
73
# version(1.7.1 for now), which causes building documentation failed.
74
74
RUN pip3 install -U wheel && \
75
75
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 && \
77
77
easy_install -U pip && \
78
78
pip install -U wheel && \
79
79
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
81
81
82
82
RUN pip3 install pre-commit 'ipython==5.3.0' && \
83
83
pip3 install 'ipykernel==4.6.0' 'jupyter==1.0.0' && \
84
- pip3 install opencv-python
84
+ pip3 install opencv-python && \
85
85
pip install pre-commit 'ipython==5.3.0' && \
86
86
pip install 'ipykernel==4.6.0' 'jupyter==1.0.0' && \
87
- pip install opencv-python && \
87
+ pip install opencv-python
88
88
89
89
# For docstring checker
90
90
RUN pip3 install pylint pytest astroid isort
You can’t perform that action at this time.
0 commit comments