Skip to content

Commit

Permalink
install dlib in ros-indigo-pcl1.8
Browse files Browse the repository at this point in the history
pip install dlib takes 15 minutes, so it's better to include in docker file
  • Loading branch information
k-okada authored Jan 8, 2018
1 parent 754aa1a commit 3527545
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/ros/indigo/pcl1.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ RUN cd ~/ros/ws_jsk_recognition && \
apt-get install -y python-catkin-tools && \
. /opt/ros/indigo/setup.sh && \
catkin build

RUN apt-get update && apt-get install -y python-setuptools
RUN easy_install 'pip==6.0.7'
RUN pip install -U dlib

0 comments on commit 3527545

Please sign in to comment.