Skip to content

Instantly share code, notes, and snippets.

View nexero's full-sized avatar

Martin Strob nexero

  • Universität Bielefeld
  • Germany
View GitHub Profile
@nexero
nexero / Dockerfile
Last active June 28, 2017 08:35
Dockerfile to run InstantReality's InstantPlayer. Including full 3D and sound support :)
FROM library/ubuntu:14.04
RUN echo "deb http://archive.ubuntu.com/ubuntu/ trusty multiverse" >> /etc/apt/sources.list
RUN echo "deb http://archive.ubuntu.com/ubuntu/ trusty-updates multiverse" >> /etc/apt/sources.list
RUN apt-get update
RUN apt-get dist-upgrade -y
RUN apt-get install --no-install-recommends -y curl
RUN curl http://doc.instantreality.org/media/uploads/downloads/2.8.0/InstantReality-Ubuntu-14.04-x64-2.8.0.38619.deb > /tmp/InstantReality-Ubuntu-14.04-x64-2.8.0.38619.deb
RUN dpkg -i /tmp/InstantReality-Ubuntu-14.04-x64-2.8.0.38619.deb || exit 0
@nexero
nexero / Dockerfile
Last active June 26, 2017 19:09
A Dockerfile for the CITK (https://toolkit.cit-ec.uni-bielefeld.de). Perfect for testing your distribution for missing dependencies.
## You may choose from:
#FROM library/ubuntu:14.04
#FROM ros:indigo-ros-core
#FROM ros:jade-ros-core
#FROM library/ubuntu:16.04
FROM ros:kinetic-ros-core
ARG USERNAME=citkuser
ARG EMAIL=citkuser@localhost
ARG PASSWORD=citkuser