We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabaa58 commit 0098788Copy full SHA for 0098788
images/docker-stacks-foundation/Dockerfile
@@ -68,7 +68,7 @@ RUN sed -i 's/^#force_color_prompt=yes/force_color_prompt=yes/' /etc/skel/.bashr
68
# and docs: https://docs.conda.io/projects/conda/en/latest/dev-guide/deep-dives/activation.html
69
echo 'eval "$(conda shell.bash hook)"' >> /etc/skel/.bashrc
70
71
-# Create NB_USER with name jovyan user with UID=1000 and in the 'users' group
+# Create "${NB_USER}" user (`jovyan` by default) with UID="${NB_UID}" (`1000` by default) and in the 'users' group
72
# and make sure these dirs are writable by the `users` group.
73
RUN echo "auth requisite pam_deny.so" >> /etc/pam.d/su && \
74
sed -i.bak -e 's/^%admin/#%admin/' /etc/sudoers && \
0 commit comments