Skip to content

Commit 640a4ec

Browse files
updates
1 parent 3055b4c commit 640a4ec

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Dockerfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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
99
RUN 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

1515
WORKDIR /
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

0 commit comments

Comments
 (0)