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
Gavin Lee
Metadata Auto
Commits
0ccfa5d7
Commit
0ccfa5d7
authored
Nov 25, 2021
by
Gavin Lee
Browse files
Update Dockerfile
parent
e7a9e92e
Pipeline
#285288
passed with stage
in 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
0ccfa5d7
...
...
@@ -10,7 +10,7 @@ FROM ${RENKU_BASE_IMAGE}
# 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
#
USER root
RUN
curl
-s
https://raw.githubusercontent.com/SwissDataScienceCenter/renkulab-docker/master/scripts/install-vscode.sh | bash
...
...
@@ -18,7 +18,7 @@ RUN curl -s https://raw.githubusercontent.com/SwissDataScienceCenter/renkulab-do
# apt-get install -y --no-install-recommends \
# apt-utils \
# vim
USER
${NB_USER}
#
USER ${NB_USER}
# install the python dependencies
COPY
requirements.txt environment.yml /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