Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
data-lakes
data
Level_0
00001_LexploreMeteostation
Commits
15b9c356
Commit
15b9c356
authored
Oct 03, 2019
by
James Runnalls
Browse files
Update Dockerfile
parent
41497feb
Pipeline
#7165
failed with stage
in 2 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
15b9c356
FROM
renku/singleuser:
latest
FROM
renku/singleuser:
0.3.5-renku0.5.2
# Uncomment and adapt if code is to be included in the image
# COPY src /code/src
LABEL
authors="James Runnalls"
# install the python dependencies
COPY
requirements.txt /tmp/requirements.txt
USER
0
RUN
pip
install
-r
/tmp/requirements.txt
USER
root
# switch to the user that will be used in the notebook
USER
1000
RUN
apt-key adv
--keyserver
keyserver.ubuntu.com
--recv-keys
6B05F25D762E3157
\
&&
apt-get update
\
&&
apt-get
install
-y
--no-install-recommends
\
apt-utils
\
bash-completion
\
build-essential
\
curl
\
virtualenvwrapper
\
wget
\
zlib1g-dev
\
zsh
\
openssh-server
\
openssh-client
\
&&
apt-get clean
\ No newline at end of file
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