You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN cd /z3; git checkout tags/z3-4.8.7; python scripts/mk_make.py --prefix=/ --python --pypkgdir=/usr/lib/python3/dist-packages; cd build; make; make install
10
+
11
+
# RUN wget https://github.com/Z3Prover/z3/releases/download/z3-4.8.7/z3-4.8.7-x64-ubuntu-16.04.zip
12
+
# RUN unzip z3-4.8.7-x64-ubuntu-16.04.zip
13
+
# RUN mv z3-4.8.7-x64-ubuntu-16.04 z3
14
+
15
+
ENV Z3_DIR="/z3"
16
+
ENV LD_LIBRARY_PATH="/z3/build"
17
+
ENV PYTHON_PATH="/z3/build/python"
18
+
19
+
ARG CACHEBUST=1
20
+
21
+
RUN git clone https://github.com/PL-ML/code2inv.git
0 commit comments