-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
284 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} | ||
} |