Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Hans Vrapi
Storm-bn
Commits
51212377
Commit
51212377
authored
Jun 06, 2022
by
Hans Vrapi
Browse files
Delete Dockerfile
parent
957e6f55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
deleted
100644 → 0
View file @
957e6f55
FROM
storm_bn:2
#RUN apt install sudo
#RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && sudo apt-get install -y -q
WORKDIR
/opt
RUN
rm
-r
bn-mc-transformer
COPY
bn-mc-transformer /opt
#build bn-mc-tranformer
RUN
cd
bn-mc-transformer
&&
rm
-r
build
&&
mkdir
build
&&
cd
build
&&
cmake ..
&&
make
#done
#RUN pip install jpype1
#RUN pip install pandas
#RUN sudo apt install -y chromium-chromedriver
#RUN pip install sympy #needed for plots
#COPY ./ /opt
#need to run still
#RUN git clone https://github.com/Z3Prover/z3.git && cd z3 && python3 scripts/mk_make.py && cd build && make && sudo make install
#RUN git clone https://github.com/moves-rwth/prophesy.git && cd prophesy && python3 setup.py develop
#install latex packages
#RUN apt-get update -y && sudo apt-get install -y texlive-latex-base && sudo apt-get install -y texlive-fonts-recommended && sudo apt-get install -y texlive-latex-extra
#RUN sudo apt-get install -y texlive-science
#RUN apt install texlive-luatex
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment