Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Axelle Loriot
WSBIM2122-20200917
Commits
9a9034a0
Commit
9a9034a0
authored
Mar 11, 2020
by
Laurent Gatto
Browse files
Update Dockerfile
parent
b761d4fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
9a9034a0
...
...
@@ -8,12 +8,19 @@ RUN pipx install renku=='0.9.1' --force
# e.g. the following installs apt-utils and vim; each pkg on its own line, all lines
# except for the last end with backslash '\' to continue the RUN line
#
# USER root
# RUN apt-get update && \
# apt-get install -y --no-install-recommends \
USER
root
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
texlive-latex-base
\
texlive-latex-recommende
\
texlive-latex-extra
\
libnetcdf-dev
\
netcdf-bin
\
libhdf5-dev
\
libgit2-dev
# apt-utils \
# vim
#
USER ${NB_USER}
USER
${NB_USER}
# install the R dependencies
COPY
install.R /tmp/
...
...
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