Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit fbf0b41

Browse files
committed
update
1 parent 2700a46 commit fbf0b41

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Inherit from Heroku's python stack
22
FROM heroku/python
33

4-
# Install numpy
5-
RUN /app/.heroku/python/bin/pip install numpy
6-
74
# Install OpenCV by https://github.com/jayrambhia/Install-OpenCV
85
ENV DESTDIR /app/.heroku/opencv
96
RUN mkdir -p $DESTDIR /tmp/opencv

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
cv2==1.0
2+
numpy==1.10.1

0 commit comments

Comments
 (0)