Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jupyterhub-paris-saclay
image
Commits
3225d670
Commit
3225d670
authored
Apr 11, 2020
by
Nicolas M. Thiéry
Browse files
Fix USER setup
parent
735c7b37
Pipeline
#65596
passed with stage
in 50 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Dockerfile
Dockerfile
+4
-2
No files found.
Dockerfile
View file @
3225d670
FROM
jupyter/scipy-notebook
#FROM jupyter/minimal-notebook
# Install system utilities with apt
USER
root
# Install system utilities with apt
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
openssh-client rsync unison less tree curl gdb imagemagick
&&
\
apt-get clean
&&
\
rm
-rf
/var/lib/apt/lists/
*
USER
$NB_UID
# Setup default prompt
RUN
echo
'export PS1=`echo $JUPYTERHUB_USER| sed s/-at-u-psud.fr//`"@jupyterhub \w \$ "'
>
/root/.bash_profile
USER
$NB_UID
# Install the base software stack
RUN
conda update
-n
base
-c
conda-forge
--update-all
COPY
environment.yml .
...
...
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