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
JupyterLab
R
geospatial
Commits
c6a17c92
Commit
c6a17c92
authored
Dec 11, 2021
by
Olivier Benz
Browse files
r-ver: Update Dockerfile
parent
66d710e4
Pipeline
#7963
passed with stages
in 75 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
r-ver/latest.Dockerfile
View file @
c6a17c92
...
...
@@ -119,15 +119,8 @@ RUN export CODE_BUILTIN_EXTENSIONS_DIR=/opt/code-server/vendor/modules/code-oss-
&&
curl
-sLO
https://bootstrap.pypa.io/get-pip.py
\
&&
python3 get-pip.py
\
&&
rm
get-pip.py
\
## Install python3-dev and dependencies to build wheels
&& DEPS="libjs-jquery \
libjs-sphinxdoc \
libjs-underscore \
libpython3-dev \
libpython3.9 \
libpython3.9-dev \
python3-dev \
python3.9-dev" \
## Install python3-dev to build wheels
&& DEPS="python3-dev" \
&& apt-get update \
&& apt-get install -y --no-install-recommends $DEPS \
## Install Python packages
...
...
@@ -139,7 +132,7 @@ RUN export CODE_BUILTIN_EXTENSIONS_DIR=/opt/code-server/vendor/modules/code-oss-
notebook \
nbconvert \
radian \
## Remove python3-dev
and dependencies
## Remove python3-dev
&& apt-get remove --purge -y $DEPS \
## Set JupyterLab Dark theme
&& mkdir -p /usr/local/share/jupyter/lab/settings \
...
...
Write
Preview
Supports
Markdown
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