Skip to content

Commit

Permalink
Add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrewh committed Apr 25, 2024
1 parent 22668af commit acc0a51
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM ubuntu:22.04

RUN apt update && apt install -y build-essential clang wget
COPY . /sbva/

WORKDIR /sbva/
RUN wget https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz && tar xf eigen-3.4.0.tar.gz
RUN make

0 comments on commit acc0a51

Please sign in to comment.