Skip to content
Snippets Groups Projects
Verified Commit 9a32146d authored by Olivier Benz's avatar Olivier Benz
Browse files

Update R to v4.2.3

- Update CUDA to v12.0.0
parent 670c6e0f
No related branches found
No related tags found
No related merge requests found
Pipeline #17328 passed
......@@ -75,7 +75,7 @@ cd base && docker build \
--build-arg BASE_IMAGE=ubuntu \
--build-arg BASE_IMAGE_TAG=22.04 \
--build-arg BUILD_ON_IMAGE=glcr.b-data.ch/cuda/r/ver \
--build-arg R_VERSION=4.2.2 \
--build-arg R_VERSION=4.2.3 \
--build-arg CUDA_IMAGE_FLAVOR=devel \
-t jupyterlab/cuda/r/base \
-f latest.Dockerfile .
......@@ -154,7 +154,7 @@ server logs appear in the terminal.
**What makes this project different:**
1. Multi-arch: `linux/amd64`, `linux/arm64/v8`
1. Derived from [`nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04`](https://hub.docker.com/r/nvidia/cuda/tags?page=1&name=11.8.0-cudnn8-devel-ubuntu22.04)
1. Derived from [`nvidia/cuda:12.0.0-cudnn8-devel-ubuntu22.04`](https://hub.docker.com/r/nvidia/cuda/tags?page=1&name=12.0.0-cudnn8-devel-ubuntu22.04)
* including development libraries and headers
1. TensortRT and TensorRT plugin libraries
* including development libraries and headers
......
......@@ -106,7 +106,7 @@ To install docker, follow the instructions for your platform:
```bash
cd base && docker build \
--build-arg R_VERSION=4.2.2 \
--build-arg R_VERSION=4.2.3 \
-t jupyterlab/r/base \
-f latest.Dockerfile .
```
......
.env:
variables:
R_VERSION: "4.2.2"
R_VERSION: "4.2.3"
.before-script-build: &before-script-build
- |
......
.env:
variables:
R_VERSION: "4.2.2"
R_VERSION: "4.2.3"
.before-script-build: &before-script-build
- |
......
.env:
variables:
R_VERSION: "4.2.2"
R_VERSION: "4.2.3"
.before-script-build: &before-script-build
- |
......
.env:
variables:
R_VERSION: "4.2.2"
R_VERSION: "4.2.3"
.before-script-build: &before-script-build
- |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment