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 2700a46 commit fbf0b41Copy full SHA for fbf0b41
Dockerfile
@@ -1,9 +1,6 @@
1
# Inherit from Heroku's python stack
2
FROM heroku/python
3
4
-# Install numpy
5
-RUN /app/.heroku/python/bin/pip install numpy
6
-
7
# Install OpenCV by https://github.com/jayrambhia/Install-OpenCV
8
ENV DESTDIR /app/.heroku/opencv
9
RUN mkdir -p $DESTDIR /tmp/opencv
requirements.txt
@@ -1 +1,2 @@
cv2==1.0
+numpy==1.10.1
0 commit comments