Skip to content

Commit

Permalink
Update binder dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Duberstein committed Aug 29, 2019
1 parent b728969 commit 6febd9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Expand Up @@ -12,9 +12,7 @@ WORKDIR ${HOME}/bindings/python/pydeck

RUN pip install -r requirements.txt \
&& pip install -r requirements-dev.txt \
&& pip install -e .
RUN jupyter nbextension install --py --symlink --sys-prefix pydeck \
&& jupyter nbextension enable --py --sys-prefix pydeck
&& pip install -e . --install-option "--build_all"

ARG NB_USER=jovyan
ARG NB_UID=1000
Expand Down

0 comments on commit 6febd9e

Please sign in to comment.