gregoryjjb / cs160

Computer vision pipeline for class project, primarily authored by @deanljohnson and @dang3
1 stars 0 forks source link

Big Docker updates! #20

Closed Apelsin closed 6 years ago

Apelsin commented 6 years ago

Split up the install scripts nicely so that they work with docker build stages. This processing server has a big build process, and I have taken account of that. It currently assumes you will provide OpenCV, dlib, and OpenFace archives manually.

I also did some work on the Python server configuration. Hopefully, someday, we'll use that server 😄

I have left the original install.sh intact just in case. install-and-build.sh is using the modular scripts, and the Dockerfile runs commands that are practically synonymous with it.