Skip to content

Commit 345556e

Browse files
fix for binder: install graphnics in dockerfile
1 parent 3a03fc1 commit 345556e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ ENV HOME /home/${NB_USER}
1111
WORKDIR ${HOME}
1212
COPY . ${HOME}
1313

14-
15-
1614
# Change ownership of home directory
1715
USER root
1816
RUN chown -R ${NB_UID} ${HOME}
1917

18+
# install graphnics
19+
RUN python3 -m pip install .
20+
2021
USER ${NB_USER}
2122
ENTRYPOINT []

0 commit comments

Comments
 (0)