Browse Source

undo

pull/2/head
Johannes Schickling 10 years ago
parent
commit
7aed64514d
  1. 1
      opencv/2/install.sh
  2. 11
      opencv/3/Dockerfile
  3. 1
      opencv/3/install.sh
  4. 2
      opencv/Dockerfile
  5. 1
      opencv/install.sh

1
opencv/2/install.sh

@ -1 +0,0 @@
install.sh

11
opencv/3/Dockerfile

@ -1,11 +0,0 @@
FROM debian:wheezy
MAINTAINER Johannes Schickling "schickling.j@gmail.com"
ENV opencv_version "3.0.0-beta"
ADD install.sh install.sh
RUN chmod +x install.sh && ./install.sh && rm install.sh
VOLUME ["/source"]
WORKDIR /source
CMD ["bash"]

1
opencv/3/install.sh

@ -1 +0,0 @@
install.sh

2
opencv/2/Dockerfile → opencv/Dockerfile

@ -1,8 +1,6 @@
FROM debian:wheezy
MAINTAINER Johannes Schickling "schickling.j@gmail.com"
ENV opencv_version "2.4.10.1"
ADD install.sh install.sh
RUN chmod +x install.sh && ./install.sh && rm install.sh

1
opencv/install.sh

@ -3,6 +3,7 @@
# exit if a command fails
set -e
opencv_version="2.4.10.1"
opencv_deps=(libopencv-dev yasm libtiff4-dev libjpeg-dev libjasper-dev libavcodec-dev libavformat-dev libswscale-dev libdc1394-22-dev libxine-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libv4l-dev python-dev python-numpy libtbb-dev libqt4-dev libgtk2.0-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libtheora-dev libvorbis-dev libxvidcore-dev x264 v4l-utils ffmpeg pkg-config)
install_deps=(curl build-essential checkinstall cmake)

Loading…
Cancel
Save