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
735c7b37
Commit
735c7b37
authored
Apr 11, 2020
by
Nicolas M. Thiéry
Browse files
Fixed missing environment.yml + cleanup
parent
516d7d66
Pipeline
#65595
failed with stage
in 3 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Dockerfile
Dockerfile
+5
-5
No files found.
Dockerfile
View file @
735c7b37
...
...
@@ -7,15 +7,15 @@ 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
# Install conda software stack
USER
$NB_UID
RUN
conda update
-n
base
-c
conda-forge
--update-all
# Install the base software stack
RUN
conda
env
update
-n
base
-f
environment.yml
RUN
conda update
-n
base
-c
conda-forge
--update-all
COPY
environment.yml .
RUN
conda
env
update
-n
base
-f
environment.yml
&&
rm
environment.yml
# Install the software stack for each of the following repositories
RUN for
REPO
in
\
...
...
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