File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ RUN sed /etc/postgresql/10/main/pg_hba.conf -e 's/md5/trust/g' --in-place
3232RUN apt-get -yq install redis-server
3333
3434RUN 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
You can’t perform that action at this time.
0 commit comments