We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65fca5 commit b1fa37fCopy full SHA for b1fa37f
.dockerignore
@@ -1,5 +1,5 @@
1
*.DS_Store
2
-build*
+build/
3
*.user
4
.vscode
5
.idea
Dockerfile
@@ -79,10 +79,10 @@ RUN pip3 install -U wheel && \
79
pip install -U docopt PyYAML sphinx==1.5.6 && \
80
pip install sphinx-rtd-theme==0.1.9 recommonmark
81
82
-RUN pip3 install pre-commit 'ipython==5.3.0' && \
+RUN pip3 install 'pre-commit==1.10.4' 'ipython==5.3.0' && \
83
pip3 install 'ipykernel==4.6.0' 'jupyter==1.0.0' && \
84
pip3 install opencv-python && \
85
- pip install pre-commit 'ipython==5.3.0' && \
+ pip install 'pre-commit==1.10.4' 'ipython==5.3.0' && \
86
pip install 'ipykernel==4.6.0' 'jupyter==1.0.0' && \
87
pip install opencv-python
88
0 commit comments