Skip to content

Commit

Permalink
pip install non-root
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 2, 2023
1 parent ca0fce3 commit 7759ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ RUN adduser --disabled-password \
--uid ${NB_UID} \
${NB_USER}

RUN pip install notebook jupyterlab

COPY ./examples ${HOME}/examples

USER root
RUN chown -R ${NB_UID} ${HOME}

USER ${NB_USER}

RUN pip install notebook jupyterlab

ENTRYPOINT []

0 comments on commit 7759ce6

Please sign in to comment.