Skip to content

Instantly share code, notes, and snippets.

@wangkuiyi
Created May 24, 2018 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wangkuiyi/2c6e187e6909b9c5df3482ef28f00489 to your computer and use it in GitHub Desktop.
Save wangkuiyi/2c6e187e6909b9c5df3482ef28f00489 to your computer and use it in GitHub Desktop.
Install and running Google tangent in Docker
FROM ubuntu:16.04
RUN apt update
RUN apt install -y python-setuptools python-dev build-essential python-pip
RUN pip install --upgrade pip
RUN pip install tangent==0.1.8
CMD ["/bin/bash"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment