Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. FROM ubuntu:16.04
  2. RUN apt-get update -q -y
  3. RUN apt-get install -q -y libhdf5-dev libjsoncpp-dev
  4. RUN apt-get install -q -y cmake build-essential
  5. ADD . /vegas
  6. RUN mkdir /vegas/build
  7. WORKDIR /vegas/build
  8.  
  9. RUN cmake ../compilers/linux && make && make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement