Skip to content

Instantly share code, notes, and snippets.

FROM continuumio/anaconda
RUN apt-get update && apt-get -y upgrade
RUN apt-get update && apt-get -y --force-yes install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libhdf5-serial-dev protobuf-compiler
RUN apt-get update && apt-get -y --force-yes install build-essential
#RUN echo deb http://cz.archive.ubuntu.com/ubuntu trusty main universe > /etc/apt/sources.list
#RUN apt-get update