Skip to content

Commit

Permalink
Add docker USER command back in
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Jun 26, 2024
1 parent dd58964 commit 693163b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ RUN conda init zsh && conda init bash

COPY --chown=jovyan:jovyan . /home/jovyan/.kernels

USER ${NB_USER}

WORKDIR ${HOME}/.kernels

RUN chmod +x install-kernels.sh && cd /home/jovyan/.kernels && ./install-kernels.sh environments
Expand Down

0 comments on commit 693163b

Please sign in to comment.