File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,14 +75,14 @@ RUN pip3 install -U wheel && \
75
75
pip3 install -U docopt PyYAML sphinx==1.5.6 && \
76
76
pip3 install sphinx-rtd-theme==0.1.9 recommonmark && \
77
77
easy_install -U pip && \
78
- pip install -U wheel && \
78
+ pip install -U pip setuptools wheel && \
79
79
pip install -U docopt PyYAML sphinx==1.5.6 && \
80
80
pip install sphinx-rtd-theme==0.1.9 recommonmark
81
81
82
- RUN pip3 install pre-commit 'ipython==5.3.0' && \
82
+ RUN pip3 install ' pre-commit==1.10.4' 'ipython==5.3.0' && \
83
83
pip3 install 'ipykernel==4.6.0' 'jupyter==1.0.0' && \
84
84
pip3 install opencv-python && \
85
- pip install pre-commit 'ipython==5.3.0' && \
85
+ pip install ' pre-commit==1.10.4' 'ipython==5.3.0' && \
86
86
pip install 'ipykernel==4.6.0' 'jupyter==1.0.0' && \
87
87
pip install opencv-python
88
88
You can’t perform that action at this time.
0 commit comments