Skip to content

Commit

Permalink
Merge pull request #18 from elsoroka/dev
Browse files Browse the repository at this point in the history
Dockerfile for VMCAI artifact
  • Loading branch information
elsoroka authored Sep 11, 2023
2 parents 6d8bf97 + 28496f5 commit 142ef29
Show file tree
Hide file tree
Showing 28 changed files with 138 additions and 9,847 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions examples/paper_examples/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM julia:1.9

RUN apt-get update && apt-get install -y git
RUN git clone https://github.com/elsoroka/Satisfiability.jl.git
RUN apt-get install -y z3

WORKDIR /Satisfiability.jl/examples/paper_examples
RUN chmod +x run_examples.sh
CMD ./run_examples.sh

This file was deleted.

Loading

0 comments on commit 142ef29

Please sign in to comment.