Skip to content

Instantly share code, notes, and snippets.

@jtoy
jtoy / gist:2fee28d8931de0ce6b5883e4b5658560
Created March 3, 2018 18:26
Coach tensorflow cpu - Dockerfile
FROM ubuntu:16.04
RUN apt-get update -y && apt-get install -y --no-install-recommends \
python3-pip python3-dev cmake zlib1g-dev python3-tk python-opencv build-essential
RUN pip3 install --upgrade pip
RUN pip3 install virtualenv
RUN pip3 install setuptools
RUN mkdir -p /coach