Merge branch 'master' into asalikhov/python_tagging

This commit is contained in:
Ayaz Salikhov
2021-04-18 11:31:23 +03:00
27 changed files with 47 additions and 51 deletions

View File

@@ -79,7 +79,7 @@ RUN chmod a+rx /usr/local/bin/fix-permissions
# hadolint ignore=SC2016
RUN sed -i 's/^#force_color_prompt=yes/force_color_prompt=yes/' /etc/skel/.bashrc && \
# Add call to conda init script see https://stackoverflow.com/a/58081608/4413446
echo 'eval "$(command conda shell.bash hook 2> /dev/null)"' >> /etc/skel/.bashrc
echo 'eval "$(command conda shell.bash hook 2> /dev/null)"' >> /etc/skel/.bashrc
# Create NB_USER with name jovyan user with UID=1000 and in the 'users' group
# and make sure these dirs are writable by the `users` group.