Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Jul 27, 2023
1 parent b078a9e commit 6fb14a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jupyter-nextflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ RUN apt-get install -y --no-install-recommends tcpflow
RUN apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN echo "$NB_USER ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/notebook

#
# !!!!!NOTE!!!!!
# Do not install conda, python, pip, etc dependencies as root
Expand Down

0 comments on commit 6fb14a9

Please sign in to comment.