Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. FROM resin/rpi-raspbian:wheezy
  2.  
  3. RUN apt-get update && apt-get install -y jp2a imagemagick gcc-4.7 g++-4.7 python2.7
  4. RUN apt-get install -y libcurl4-openssl-dev libopencv-dev cmake
  5.  
  6. COPY . /app
  7.  
  8. WORKDIR /app/sample/lepton-pgm
  9. RUN make
  10.  
  11. CMD modprobe spi-dev
  12. CMD python server.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement