Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Gitlab is now running v13.9.0 - More info ->
here
<-
Open sidebar
jupyterhub-paris-saclay
image
Commits
9dcbfd24
Commit
9dcbfd24
authored
Nov 17, 2020
by
Nicolas M. Thiéry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Force conda activation for everyone
parent
09a9d50a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Dockerfile
Dockerfile
+4
-0
No files found.
Dockerfile
View file @
9dcbfd24
...
...
@@ -17,6 +17,10 @@ RUN echo 'export PS1=`echo $JUPYTERHUB_USER| sed s/-at-.*//`"@jupyterhub:\w\$ "'
RUN
ln
-s
/etc/profile.d/02-prompt.sh /etc/bash_completion
# Enable extended file globs in bash
RUN
echo
'shopt -s extglob'
>
/etc/profile.d/03-extglob.sh
# With the current jupyter emage, conda is activated via
# /etc/skels/.bashrc; older accounts may not beneficiate from it.
# Force activation for everyone.
RUN
echo
'eval "$(command conda shell.bash hook 2> /dev/null)"'
>
/etc/profile.d/04-conda-activate.sh
USER
$NB_UID
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment