We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcc42d commit 6e74dcbCopy full SHA for 6e74dcb
1 file changed
benchmarks/Dockerfile
@@ -0,0 +1,10 @@
1
+FROM eclipse-temurin:21-jdk
2
+RUN apt update
3
+RUN apt install build-essential cmake libz3-dev git python3 -y
4
+WORKDIR /app
5
+RUN git config --global url."https://github.com/".insteadOf git@github.com:
6
+RUN git clone --recursive https://github.com/TOPLLab/MIO.git -b verder
7
+WORKDIR /app/MIO
8
+RUN ./gradlew setup
9
+WORKDIR /app/MIO/benchmarks
10
+CMD ["python3", "test.py"]
0 commit comments