Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
base
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD 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
CUDA
R
base
Compare revisions
0c7eaca97cc15cd8739744ce4aafbb0142145e98 to 97c0801128764fad77101a8e4673bd3fa35925c8
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
jupyterlab/cuda/r/base
Select target project
No results found
97c0801128764fad77101a8e4673bd3fa35925c8
Select Git revision
Branches
4.0.4-fix
4.0.5-fix
4.1.0-fix
4.1.1-fix
freeze-version
main
Swap
Target
jupyterlab/cuda/r/base
Select target project
jupyterlab/cuda/r/base
1 result
0c7eaca97cc15cd8739744ce4aafbb0142145e98
Select Git revision
Branches
4.0.4-fix
4.0.5-fix
4.1.0-fix
4.1.1-fix
freeze-version
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
base: Update JupyterLab to v4.3.5
· d0eab592
Olivier Benz
authored
1 month ago
Verified
d0eab592
base: Update Neovim to v0.10.4
· 97c08011
Olivier Benz
authored
1 month ago
Verified
97c08011
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
VERSION_MATRIX.md
+1
-1
1 addition, 1 deletion
VERSION_MATRIX.md
base/latest.Dockerfile
+2
-2
2 additions, 2 deletions
base/latest.Dockerfile
with
3 additions
and
3 deletions
VERSION_MATRIX.md
View file @
97c08011
...
...
@@ -8,7 +8,7 @@ Topmost entry = Tag `latest`
| R | Python | Jupyter Hub | Jupyter Lab | code‑server (Code) | RStudio | Neovim | Git | Git LFS | Pandoc | CRAN date | Linux distro |
|:------|:--------|:------------|:------------|:-------------------|:--------------|:-------|:-------|:--------|:-------|:-----------|:-------------|
| 4.4.2 | 3.12.8 | 5.2.1 | 4.3.
4
| 4.96.4 (1.96.4) | 2024.12.0+467 | 0.10.
3
| 2.48.1 | 3.6.1 | 3.4 | | Debian 12 |
| 4.4.2 | 3.12.8 | 5.2.1 | 4.3.
5
| 4.96.4 (1.96.4) | 2024.12.0+467 | 0.10.
4
| 2.48.1 | 3.6.1 | 3.4 | | Debian 12 |
| 4.4.1 | 3.12.7 | 5.2.1 | 4.2.5 | 4.93.1 (1.93.1) | 2024.09.0+375 | 0.10.2 | 2.47.0 | 3.5.1 | 3.2 | 2024‑10‑31 | Debian 12 |
| 4.4.0 | 3.12.4 | 5.0.0 | 4.2.2 | 4.90.0 (1.90.0) | 2024.04.2+764 | n/a | 2.45.2 | 3.5.1 | 3.1.11 | 2024‑06‑14 | Debian 12 |
| 4.3.3 | 3.11.9 | 4.1.5 | 4.1.6 | 4.23.0 (1.88.0) | n/a | n/a | 2.44.0 | 3.5.1 | 3.1.11 | 2024‑04‑24 | Debian 12 |
...
...
This diff is collapsed.
Click to expand it.
base/latest.Dockerfile
View file @
97c08011
...
...
@@ -7,11 +7,11 @@ ARG CUDA_IMAGE_FLAVOR
ARG
NB_USER=jovyan
ARG
NB_UID=1000
ARG
JUPYTERHUB_VERSION=5.2.1
ARG
JUPYTERLAB_VERSION=4.3.
4
ARG
JUPYTERLAB_VERSION=4.3.
5
ARG
CODE_BUILTIN_EXTENSIONS_DIR=/opt/code-server/lib/vscode/extensions
ARG
CODE_SERVER_VERSION=4.96.4
ARG
RSTUDIO_VERSION
ARG
NEOVIM_VERSION=0.10.
3
ARG
NEOVIM_VERSION=0.10.
4
ARG
GIT_VERSION=2.48.1
ARG
GIT_LFS_VERSION=3.6.1
ARG
PANDOC_VERSION=3.4
...
...
This diff is collapsed.
Click to expand it.