Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Docker stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JupyterLab
R
Docker stack
Commits
1a4a6cff
Verified
Commit
1a4a6cff
authored
2 weeks ago
by
Olivier Benz
Browse files
Options
Downloads
Plain Diff
Merge branch 'freeze-version'
parents
5b5e5ae9
8f21403a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
base/4.4.2.Dockerfile
+0
-1
0 additions, 1 deletion
base/4.4.2.Dockerfile
base/latest.Dockerfile
+0
-1
0 additions, 1 deletion
base/latest.Dockerfile
with
0 additions
and
2 deletions
base/4.4.2.Dockerfile
+
0
−
1
View file @
1a4a6cff
...
@@ -431,7 +431,6 @@ RUN apt-get update \
...
@@ -431,7 +431,6 @@ RUN apt-get update \
&& install2.r --error --deps TRUE --skipinstalled -n $NCPUS \
&& install2.r --error --deps TRUE --skipinstalled -n $NCPUS \
IRkernel \
IRkernel \
languageserver \
languageserver \
httpgd \
&& Rscript -e "IRkernel::installspec(user = FALSE, displayname = paste('R', Sys.getenv('R_VERSION')))" \
&& Rscript -e "IRkernel::installspec(user = FALSE, displayname = paste('R', Sys.getenv('R_VERSION')))" \
## Get rid of libcairo2-dev and its dependencies (incl. python3)
## Get rid of libcairo2-dev and its dependencies (incl. python3)
&& apt-get -y purge libcairo2-dev \
&& apt-get -y purge libcairo2-dev \
...
...
This diff is collapsed.
Click to expand it.
base/latest.Dockerfile
+
0
−
1
View file @
1a4a6cff
...
@@ -431,7 +431,6 @@ RUN apt-get update \
...
@@ -431,7 +431,6 @@ RUN apt-get update \
&& install2.r --error --deps TRUE --skipinstalled -n $NCPUS \
&& install2.r --error --deps TRUE --skipinstalled -n $NCPUS \
IRkernel \
IRkernel \
languageserver \
languageserver \
httpgd \
&& Rscript -e "IRkernel::installspec(user = FALSE, displayname = paste('R', Sys.getenv('R_VERSION')))" \
&& Rscript -e "IRkernel::installspec(user = FALSE, displayname = paste('R', Sys.getenv('R_VERSION')))" \
## Get rid of libcairo2-dev and its dependencies (incl. python3)
## Get rid of libcairo2-dev and its dependencies (incl. python3)
&& apt-get -y purge libcairo2-dev \
&& apt-get -y purge libcairo2-dev \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment