Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenthanhvuh committed Mar 2, 2024
1 parent 3055b4c commit 640a4ec
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ RUN apt install -y build-essential libc6 git software-properties-common emacs-no

# Install miniconda & sympy & z3
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
#RUN bash ./Miniconda3-latest-Linux-x86_64.sh -b
#RUN /root/miniconda3/bin/conda install sympy pip -y
#RUN /root/miniconda3/bin/pip3 install z3-solver beartype pycparser
# RUN rm -rf ./Miniconda3-latest-Linux-x86_64.sh
RUN bash ./Miniconda3-latest-Linux-x86_64.sh -b
RUN /root/miniconda3/bin/conda install sympy pip -y
RUN /root/miniconda3/bin/pip3 install z3-solver beartype pycparser
RUN rm -rf ./Miniconda3-latest-Linux-x86_64.sh

WORKDIR /
# COPY . /dig
COPY . /dig

# ## CIVL and Goblint-Cil
# WORKDIR /dig/EXTERNAL_FILES
# RUN tar xf CIVL-1.22_5854.tgz ; ln -sf CIVL-1.22_5854/ civl
# RUN cp dot_sarl ~/.sarl # NEED TO MANUALLY PUT IN Z3 VERSION
## CIVL and Goblint-Cil
WORKDIR /dig/EXTERNAL_FILES
RUN tar xf CIVL-1.22_5854.tgz ; ln -sf CIVL-1.22_5854/ civl
RUN cp dot_sarl ~/.sarl # NEED TO MANUALLY PUT IN Z3 VERSION

# WORKDIR /dig/src
WORKDIR /dig/src

0 comments on commit 640a4ec

Please sign in to comment.