Skip to content

Commit cf0d4b8

Browse files
committed
Use realtime playback branch
1 parent b898f4e commit cf0d4b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ RUN sed /etc/postgresql/10/main/pg_hba.conf -e 's/md5/trust/g' --in-place
3232
RUN apt-get -yq install redis-server
3333

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

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

0 commit comments

Comments
 (0)