Skip to content

Commit

Permalink
Dockerfile: fix line continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Mueller committed May 12, 2020
1 parent 953cbde commit 605916e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN pip3 install numpy \
&& pip3 install tensorflow\
&& pip3 install plotly==4.7.1\
&& pip3 install "notebook>=5.3" "ipywidgets==7.5"\
&& pip3 install jupyterlab "ipywidgets==7.5"\
&& pip3 install jupyterlab "ipywidgets==7.5"


RUN jupyter labextension install [email protected]
Expand Down

0 comments on commit 605916e

Please sign in to comment.