Created
May 24, 2018 07:08
-
-
Save wangkuiyi/2c6e187e6909b9c5df3482ef28f00489 to your computer and use it in GitHub Desktop.
Install and running Google tangent in Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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