diff --git a/Dockerfile b/binder/Dockerfile similarity index 91% rename from Dockerfile rename to binder/Dockerfile index f3023a4..998e50a 100644 --- a/Dockerfile +++ b/binder/Dockerfile @@ -1,4 +1,4 @@ -FROM movesrwth/stormpy:1.6.0 +FROM movesrwth/stormpy:1.6.2 MAINTAINER Matthias Volk @@ -33,6 +33,7 @@ ENV PATH="$HOME/.local/bin:$PATH" ########## RUN pip install --no-cache-dir notebook==5.7.9 +RUN pip install --no-cache-dir numpy==1.19.0 ########## # Copy files for notebooks