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 1f9dc6e commit 41d9854Copy full SHA for 41d9854
Dockerfile
@@ -1,2 +1,12 @@
1
# Inherit from Heroku's python stack
2
FROM heroku/python
3
+
4
+# Install OpenCV by https://github.com/jayrambhia/Install-OpenCV
5
+RUN mkdir -p /tmp/opencv
6
+WORKDIR /tmp/opencv
7
+RUN git clone https://github.com/jayrambhia/Install-OpenCV
8
+WORKDIR Install-OpenCV/Ubuntu
9
+RUN sed -i 's/sudo //g' *.sh
10
+RUN echo 'deb http://archive.ubuntu.com/ubuntu trusty multiverse' >> /etc/apt/sources.list
11
+RUN apt-get update
12
+RUN ./opencv_latest.sh
0 commit comments