Skip to content

Commit

Permalink
Remove bokeh from Dockerfile
Browse files Browse the repository at this point in the history
Not used anymore in Demo notebook.
  • Loading branch information
rgieseke committed Feb 3, 2018
1 parent 621cfb3 commit bbb6033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN dpkg --add-architecture i386
RUN apt-get update && \
apt-get install -y wine && \
apt-get clean
RUN pip install ipywidgets appmode bokeh
RUN pip install ipywidgets appmode
RUN jupyter nbextension enable --py --sys-prefix widgetsnbextension
RUN jupyter nbextension enable --py --sys-prefix appmode
RUN jupyter serverextension enable --py --sys-prefix appmode
Expand Down

0 comments on commit bbb6033

Please sign in to comment.