Browse Source

Updated Dockerfile

refactoring
Matthias Volk 4 years ago
parent
commit
dbe31a4b92
No known key found for this signature in database GPG Key ID: 83A57678F739FCD3
  1. 3
      binder/Dockerfile

3
Dockerfile → binder/Dockerfile

@ -1,4 +1,4 @@
FROM movesrwth/stormpy:1.6.0
FROM movesrwth/stormpy:1.6.2
MAINTAINER Matthias Volk <matthias.volk@cs.rwth-aachen.de>
@ -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
Loading…
Cancel
Save