Skip to content

Instantly share code, notes, and snippets.

@harmishhk
Last active February 1, 2017 18:58
Show Gist options
  • Save harmishhk/4907119979303fd611d0aecbf3979c53 to your computer and use it in GitHub Desktop.
Save harmishhk/4907119979303fd611d0aecbf3979c53 to your computer and use it in GitHub Desktop.
Dockerfile with some IRI packages
Dockerfile with some IRI packages
FROM harmish/ros:indigo
# install iri packages
RUN svn checkout https://devel.iri.upc.edu/pub/labrobotica/algorithms/people_prediction/trunk /iri-lab/labrobotica/algorithms/people_prediction/trunk && \
bash -c "cd /iri-lab/labrobotica/algorithms/people_prediction/trunk/build && cmake .. && make install"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment