[1f058f]: / Dockerfile

Download this file

9 lines (5 with data), 238 Bytes

1
2
3
4
5
6
7
8
FROM idock.daumkakao.io/kakaobrain/deepcloud-sshd:openpose-preprocess
COPY ./*.py /root/tf-openpose/
WORKDIR /root/tf-openpose/
RUN cd /root/tf-openpose/ && pip3 install -r requirements.txt
ENTRYPOINT ["python3", "pose_dataworker.py"]