We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c93ac1 commit 75c96fcCopy full SHA for 75c96fc
1 file changed
benchmarks/Dockerfile
@@ -3,7 +3,7 @@ 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
+RUN git clone --recursive https://github.com/TOPLLab/MIO.git -b rcmd
7
WORKDIR /app/MIO
8
RUN ./gradlew setup
9
WORKDIR /app/MIO/benchmarks
0 commit comments