File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ RUN apt install -y build-essential libc6 git software-properties-common emacs-no
77
88# Install miniconda & sympy & z3
99RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
10- # RUN bash ./Miniconda3-latest-Linux-x86_64.sh -b
11- # RUN /root/miniconda3/bin/conda install sympy pip -y
12- # RUN /root/miniconda3/bin/pip3 install z3-solver beartype pycparser
13- # RUN rm -rf ./Miniconda3-latest-Linux-x86_64.sh
10+ RUN bash ./Miniconda3-latest-Linux-x86_64.sh -b
11+ RUN /root/miniconda3/bin/conda install sympy pip -y
12+ RUN /root/miniconda3/bin/pip3 install z3-solver beartype pycparser
13+ RUN rm -rf ./Miniconda3-latest-Linux-x86_64.sh
1414
1515WORKDIR /
16- # COPY . /dig
16+ COPY . /dig
1717
18- # # # CIVL and Goblint-Cil
19- # WORKDIR /dig/EXTERNAL_FILES
20- # RUN tar xf CIVL-1.22_5854.tgz ; ln -sf CIVL-1.22_5854/ civl
21- # RUN cp dot_sarl ~/.sarl # NEED TO MANUALLY PUT IN Z3 VERSION
18+ # # CIVL and Goblint-Cil
19+ WORKDIR /dig/EXTERNAL_FILES
20+ RUN tar xf CIVL-1.22_5854.tgz ; ln -sf CIVL-1.22_5854/ civl
21+ RUN cp dot_sarl ~/.sarl # NEED TO MANUALLY PUT IN Z3 VERSION
2222
23- # WORKDIR /dig/src
23+ WORKDIR /dig/src
You can’t perform that action at this time.
0 commit comments