Skip to content

Instantly share code, notes, and snippets.

@pn11
Last active October 15, 2018 12:55
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 pn11/6c7f887eb032912ce6c3e82b093eb171 to your computer and use it in GitHub Desktop.
Save pn11/6c7f887eb032912ce6c3e82b093eb171 to your computer and use it in GitHub Desktop.
FROM python:3.5
RUN apt-get update && \
apt-get install -y git wget gzip
RUN git clone https://www.github.com/ildoonet/tf-openpose && \
cd tf-openpose && \
pip3 install -r requirements.txt && \
pip3 install opencv-python tensorflow && \
python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment