Skip to content

Commit c9735fa

Browse files
authored
Update Storm repository and branch in Dockerfile
1 parent c9c32b1 commit c9735fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ RUN python3 -m pip install --no-cache-dir jupyter matplotlib scipy pytest blac
4040
ARG storm_build_type=Release
4141
# Specify number of threads to use for parallel compilation
4242
ARG no_threads=1
43-
ARG storm_repo=https://github.com/tquatmann/storm.git
44-
ARG storm_branch=io/binaryformat
43+
ARG storm_repo=https://github.com/moves-rwth/storm.git
44+
ARG storm_branch=master
4545
ARG prism_repo=https://github.com/davexparker/prism.git
4646
ARG prism_branch=umb
4747

0 commit comments

Comments
 (0)