Skip to content

Instantly share code, notes, and snippets.

View tvalimaki's full-sized avatar

Tuomas Välimäki tvalimaki

View GitHub Profile
@tvalimaki
tvalimaki / Dockerfile
Created April 5, 2019 07:34
MADP Toolbox Dockerfile
FROM nvidia/cuda:10.1-devel AS build
WORKDIR /tmp
COPY . /tmp
RUN apt-get update && apt-get install -y --no-install-recommends \
automake autoconf libtool \
liblpsolve55-dev libgmp3-dev libxml2-dev
RUN sh autogen.sh