Skip to content

Instantly share code, notes, and snippets.

@renefritze
Created January 30, 2017 14:27
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 renefritze/b36b2d06f59e2ace330e98bc43590fff to your computer and use it in GitHub Desktop.
Save renefritze/b36b2d06f59e2ace330e98bc43590fff to your computer and use it in GitHub Desktop.
dune-python pip pyparsing issue
from ubuntu:16.04
RUN apt-get update && \
apt-get install -y cmake g++ gcc git python3-dev ninja-build \
python3-virtualenv && \
mkdir /root/src && cd /root/src/ && \
git clone https://github.com/dune-community/dune-gdt-super.git && \
cd dune-gdt-super && git submodule update --init --recursive
CMD ["/root/src/dune-gdt-super/dune-common/bin/dunecontrol", "--opts=/root/src/dune-gdt-super/config.opts/stinson/gcc_debug", "all"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment