We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c32b1 commit c9735faCopy full SHA for c9735fa
1 file changed
Dockerfile
@@ -40,8 +40,8 @@ RUN python3 -m pip install --no-cache-dir jupyter matplotlib scipy pytest blac
40
ARG storm_build_type=Release
41
# Specify number of threads to use for parallel compilation
42
ARG no_threads=1
43
-ARG storm_repo=https://github.com/tquatmann/storm.git
44
-ARG storm_branch=io/binaryformat
+ARG storm_repo=https://github.com/moves-rwth/storm.git
+ARG storm_branch=master
45
ARG prism_repo=https://github.com/davexparker/prism.git
46
ARG prism_branch=umb
47
0 commit comments