Skip to content

Commit

Permalink
Use realtime playback branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpm committed Jun 2, 2018
1 parent b898f4e commit a1c789f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ RUN sed /etc/postgresql/10/main/pg_hba.conf -e 's/md5/trust/g' --in-place
RUN apt-get -yq install redis-server

RUN sudo pip3 install matplotlib==2.1.0
RUN sudo pip3 install -e git+https://github.com/Dallinger/Dallinger.git@stories/298-scrubbing-backwards#egg=dallinger[data,jupyter]
RUN sudo pip3 install -e git+https://github.com/Dallinger/Griduniverse.git@stories/298-scrubbing-back-and-forth#egg=dlgr-griduniverse
RUN sudo pip3 install -e git+https://github.com/Dallinger/Dallinger.git@stories/stories/342-realtime-playback#egg=dallinger[data,jupyter]
RUN sudo pip3 install -e git+https://github.com/Dallinger/Griduniverse.git@stories/stories/342-realtime-playback#egg=dlgr-griduniverse

# My binder specifics as per:
# https://mybinder.readthedocs.io/en/latest/dockerfile.html#preparing-your-dockerfile
Expand Down

0 comments on commit a1c789f

Please sign in to comment.