Skip to content

Commit

Permalink
build: regen bakefiles [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Apr 22, 2024
1 parent 35f5004 commit eb08179
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 0 deletions.
106 changes: 106 additions & 0 deletions bakefiles/4.3.2.cuda.docker-bake.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
{
"group": [
{
"default": [
{
"targets": ["cuda", "ml", "ml-verse"]
}
]
}
],
"target": {
"cuda": {
"dockerfile": "dockerfiles/cuda_4.3.2.Dockerfile",
"labels": {
"org.opencontainers.image.title": "rocker/cuda",
"org.opencontainers.image.description": "NVIDIA CUDA libraries added to Rocker image.",
"org.opencontainers.image.base.name": "docker.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04",
"org.opencontainers.image.version": "R-4.3.2",
"org.opencontainers.image.licenses": "GPL-2.0-or-later",
"org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2",
"org.opencontainers.image.vendor": "Rocker Project",
"org.opencontainers.image.authors": "Carl Boettiger <[email protected]>"
},
"tags": [
"docker.io/rocker/cuda:4.3.2",
"ghcr.io/rocker-org/cuda:4.3.2"
],
"platforms": [
"linux/amd64"
],
"cache-to": [
"type=inline"
],
"cache-from": [
"docker.io/rocker/cuda:4.3.2",
"ghcr.io/rocker-org/cuda:4.3.2",
"docker.io/rocker/ml:4.3.2",
"ghcr.io/rocker-org/ml-verse:4.3.2",
"docker.io/rocker/ml-verse:4.3.2",
"ghcr.io/rocker-org/ml-verse:4.3.2"
]
},
"ml": {
"dockerfile": "dockerfiles/ml_4.3.2.Dockerfile",
"labels": {
"org.opencontainers.image.title": "rocker/ml",
"org.opencontainers.image.description": "Docker image with R + GPU support for machine learning libraries.",
"org.opencontainers.image.base.name": "docker.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04",
"org.opencontainers.image.version": "R-4.3.2",
"org.opencontainers.image.licenses": "GPL-2.0-or-later",
"org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2",
"org.opencontainers.image.vendor": "Rocker Project",
"org.opencontainers.image.authors": "Carl Boettiger <[email protected]>"
},
"tags": [
"docker.io/rocker/ml:4.3.2",
"ghcr.io/rocker-org/ml-verse:4.3.2"
],
"platforms": [
"linux/amd64"
],
"cache-to": [
"type=inline"
],
"cache-from": [
"docker.io/rocker/cuda:4.3.2",
"ghcr.io/rocker-org/cuda:4.3.2",
"docker.io/rocker/ml:4.3.2",
"ghcr.io/rocker-org/ml-verse:4.3.2",
"docker.io/rocker/ml-verse:4.3.2",
"ghcr.io/rocker-org/ml-verse:4.3.2"
]
},
"ml-verse": {
"dockerfile": "dockerfiles/ml-verse_4.3.2.Dockerfile",
"labels": {
"org.opencontainers.image.title": "rocker/ml-verse",
"org.opencontainers.image.description": "Docker image with R + GPU support for machine learning libraries, and many R packages.",
"org.opencontainers.image.base.name": "docker.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04",
"org.opencontainers.image.version": "R-4.3.2",
"org.opencontainers.image.licenses": "GPL-2.0-or-later",
"org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2",
"org.opencontainers.image.vendor": "Rocker Project",
"org.opencontainers.image.authors": "Carl Boettiger <[email protected]>"
},
"tags": [
"docker.io/rocker/ml-verse:4.3.2",
"ghcr.io/rocker-org/ml-verse:4.3.2"
],
"platforms": [
"linux/arm64"
],
"cache-to": [
"type=inline"
],
"cache-from": [
"docker.io/rocker/cuda:4.3.2",
"ghcr.io/rocker-org/cuda:4.3.2",
"docker.io/rocker/ml:4.3.2",
"ghcr.io/rocker-org/ml-verse:4.3.2",
"docker.io/rocker/ml-verse:4.3.2",
"ghcr.io/rocker-org/ml-verse:4.3.2"
]
}
}
}
178 changes: 178 additions & 0 deletions bakefiles/4.3.3.cuda.docker-bake.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,178 @@
{
"group": [
{
"default": [
{
"targets": ["cuda", "ml", "ml-verse"]
}
]
}
],
"target": {
"cuda": {
"dockerfile": "dockerfiles/cuda_4.3.3.Dockerfile",
"labels": {
"org.opencontainers.image.title": "rocker/cuda",
"org.opencontainers.image.description": "NVIDIA CUDA libraries added to Rocker image.",
"org.opencontainers.image.base.name": "docker.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04",
"org.opencontainers.image.version": "R-4.3.3",
"org.opencontainers.image.licenses": "GPL-2.0-or-later",
"org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2",
"org.opencontainers.image.vendor": "Rocker Project",
"org.opencontainers.image.authors": "Carl Boettiger <[email protected]>"
},
"tags": [
"docker.io/rocker/cuda:4.3.3",
"ghcr.io/rocker-org/cuda:4.3.3",
"docker.io/rocker/cuda:4.3",
"ghcr.io/rocker-org/cuda:4.3",
"docker.io/rocker/cuda:4",
"ghcr.io/rocker-org/cuda:4",
"docker.io/rocker/cuda:latest",
"ghcr.io/rocker-org/cuda:latest"
],
"platforms": [
"linux/amd64"
],
"cache-to": [
"type=inline"
],
"cache-from": [
"docker.io/rocker/cuda:4.3.3",
"ghcr.io/rocker-org/cuda:4.3.3",
"docker.io/rocker/cuda:4.3",
"ghcr.io/rocker-org/cuda:4.3",
"docker.io/rocker/cuda:4",
"ghcr.io/rocker-org/cuda:4",
"docker.io/rocker/cuda:latest",
"ghcr.io/rocker-org/cuda:latest",
"docker.io/rocker/ml:4.3.3",
"ghcr.io/rocker-org/ml-verse:4.3.3",
"docker.io/rocker/ml:4.3",
"ghcr.io/rocker-org/ml-verse:4.3",
"docker.io/rocker/ml:4",
"ghcr.io/rocker-org/ml-verse:4",
"docker.io/rocker/ml:latest",
"ghcr.io/rocker-org/ml-verse:latest",
"docker.io/rocker/ml-verse:4.3.3",
"ghcr.io/rocker-org/ml-verse:4.3.3",
"docker.io/rocker/ml-verse:4.3",
"ghcr.io/rocker-org/ml-verse:4.3",
"docker.io/rocker/ml-verse:4",
"ghcr.io/rocker-org/ml-verse:4",
"docker.io/rocker/ml-verse:latest",
"ghcr.io/rocker-org/ml-verse:latest"
]
},
"ml": {
"dockerfile": "dockerfiles/ml_4.3.3.Dockerfile",
"labels": {
"org.opencontainers.image.title": "rocker/ml",
"org.opencontainers.image.description": "Docker image with R + GPU support for machine learning libraries.",
"org.opencontainers.image.base.name": "docker.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04",
"org.opencontainers.image.version": "R-4.3.3",
"org.opencontainers.image.licenses": "GPL-2.0-or-later",
"org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2",
"org.opencontainers.image.vendor": "Rocker Project",
"org.opencontainers.image.authors": "Carl Boettiger <[email protected]>"
},
"tags": [
"docker.io/rocker/ml:4.3.3",
"ghcr.io/rocker-org/ml-verse:4.3.3",
"docker.io/rocker/ml:4.3",
"ghcr.io/rocker-org/ml-verse:4.3",
"docker.io/rocker/ml:4",
"ghcr.io/rocker-org/ml-verse:4",
"docker.io/rocker/ml:latest",
"ghcr.io/rocker-org/ml-verse:latest"
],
"platforms": [
"linux/amd64"
],
"cache-to": [
"type=inline"
],
"cache-from": [
"docker.io/rocker/cuda:4.3.3",
"ghcr.io/rocker-org/cuda:4.3.3",
"docker.io/rocker/cuda:4.3",
"ghcr.io/rocker-org/cuda:4.3",
"docker.io/rocker/cuda:4",
"ghcr.io/rocker-org/cuda:4",
"docker.io/rocker/cuda:latest",
"ghcr.io/rocker-org/cuda:latest",
"docker.io/rocker/ml:4.3.3",
"ghcr.io/rocker-org/ml-verse:4.3.3",
"docker.io/rocker/ml:4.3",
"ghcr.io/rocker-org/ml-verse:4.3",
"docker.io/rocker/ml:4",
"ghcr.io/rocker-org/ml-verse:4",
"docker.io/rocker/ml:latest",
"ghcr.io/rocker-org/ml-verse:latest",
"docker.io/rocker/ml-verse:4.3.3",
"ghcr.io/rocker-org/ml-verse:4.3.3",
"docker.io/rocker/ml-verse:4.3",
"ghcr.io/rocker-org/ml-verse:4.3",
"docker.io/rocker/ml-verse:4",
"ghcr.io/rocker-org/ml-verse:4",
"docker.io/rocker/ml-verse:latest",
"ghcr.io/rocker-org/ml-verse:latest"
]
},
"ml-verse": {
"dockerfile": "dockerfiles/ml-verse_4.3.3.Dockerfile",
"labels": {
"org.opencontainers.image.title": "rocker/ml-verse",
"org.opencontainers.image.description": "Docker image with R + GPU support for machine learning libraries, and many R packages.",
"org.opencontainers.image.base.name": "docker.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04",
"org.opencontainers.image.version": "R-4.3.3",
"org.opencontainers.image.licenses": "GPL-2.0-or-later",
"org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2",
"org.opencontainers.image.vendor": "Rocker Project",
"org.opencontainers.image.authors": "Carl Boettiger <[email protected]>"
},
"tags": [
"docker.io/rocker/ml-verse:4.3.3",
"ghcr.io/rocker-org/ml-verse:4.3.3",
"docker.io/rocker/ml-verse:4.3",
"ghcr.io/rocker-org/ml-verse:4.3",
"docker.io/rocker/ml-verse:4",
"ghcr.io/rocker-org/ml-verse:4",
"docker.io/rocker/ml-verse:latest",
"ghcr.io/rocker-org/ml-verse:latest"
],
"platforms": [
"linux/arm64"
],
"cache-to": [
"type=inline"
],
"cache-from": [
"docker.io/rocker/cuda:4.3.3",
"ghcr.io/rocker-org/cuda:4.3.3",
"docker.io/rocker/cuda:4.3",
"ghcr.io/rocker-org/cuda:4.3",
"docker.io/rocker/cuda:4",
"ghcr.io/rocker-org/cuda:4",
"docker.io/rocker/cuda:latest",
"ghcr.io/rocker-org/cuda:latest",
"docker.io/rocker/ml:4.3.3",
"ghcr.io/rocker-org/ml-verse:4.3.3",
"docker.io/rocker/ml:4.3",
"ghcr.io/rocker-org/ml-verse:4.3",
"docker.io/rocker/ml:4",
"ghcr.io/rocker-org/ml-verse:4",
"docker.io/rocker/ml:latest",
"ghcr.io/rocker-org/ml-verse:latest",
"docker.io/rocker/ml-verse:4.3.3",
"ghcr.io/rocker-org/ml-verse:4.3.3",
"docker.io/rocker/ml-verse:4.3",
"ghcr.io/rocker-org/ml-verse:4.3",
"docker.io/rocker/ml-verse:4",
"ghcr.io/rocker-org/ml-verse:4",
"docker.io/rocker/ml-verse:latest",
"ghcr.io/rocker-org/ml-verse:latest"
]
}
}
}

0 comments on commit eb08179

Please sign in to comment.