-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: remove files for
rocker/cuda
, rocker/ml
, and `rocker/m…
- Loading branch information
Showing
23 changed files
with
11 additions
and
1,222 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
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 |
---|---|---|
|
@@ -4,9 +4,6 @@ | |
"default": [ | ||
{ | ||
"targets": [ | ||
"cuda", | ||
"ml", | ||
"ml-verse", | ||
"binder" | ||
] | ||
} | ||
|
@@ -17,15 +14,6 @@ | |
"binder" | ||
] | ||
} | ||
], | ||
"cuda-images": [ | ||
{ | ||
"targets": [ | ||
"cuda", | ||
"ml", | ||
"ml-verse" | ||
] | ||
} | ||
] | ||
} | ||
], | ||
|
@@ -56,99 +44,6 @@ | |
"docker.io/rocker/binder:4.4.1", | ||
"ghcr.io/rocker-org/binder:4.4.1" | ||
] | ||
}, | ||
"cuda": { | ||
"dockerfile": "dockerfiles/cuda_4.4.1.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.4.1", | ||
"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]>" | ||
}, | ||
"platforms": [ | ||
"linux/amd64" | ||
], | ||
"cache-to": [ | ||
"type=inline" | ||
], | ||
"tags": [ | ||
"docker.io/rocker/cuda:4.4.1", | ||
"ghcr.io/rocker-org/cuda:4.4.1" | ||
], | ||
"cache-from": [ | ||
"docker.io/rocker/cuda:4.4.1", | ||
"ghcr.io/rocker-org/cuda:4.4.1", | ||
"docker.io/rocker/ml:4.4.1", | ||
"ghcr.io/rocker-org/ml:4.4.1", | ||
"docker.io/rocker/ml-verse:4.4.1", | ||
"ghcr.io/rocker-org/ml-verse:4.4.1" | ||
] | ||
}, | ||
"ml": { | ||
"dockerfile": "dockerfiles/ml_4.4.1.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.4.1", | ||
"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]>" | ||
}, | ||
"platforms": [ | ||
"linux/amd64" | ||
], | ||
"cache-to": [ | ||
"type=inline" | ||
], | ||
"tags": [ | ||
"docker.io/rocker/ml:4.4.1", | ||
"ghcr.io/rocker-org/ml:4.4.1" | ||
], | ||
"cache-from": [ | ||
"docker.io/rocker/cuda:4.4.1", | ||
"ghcr.io/rocker-org/cuda:4.4.1", | ||
"docker.io/rocker/ml:4.4.1", | ||
"ghcr.io/rocker-org/ml:4.4.1", | ||
"docker.io/rocker/ml-verse:4.4.1", | ||
"ghcr.io/rocker-org/ml-verse:4.4.1" | ||
] | ||
}, | ||
"ml-verse": { | ||
"dockerfile": "dockerfiles/ml-verse_4.4.1.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.4.1", | ||
"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]>" | ||
}, | ||
"platforms": [ | ||
"linux/amd64" | ||
], | ||
"cache-to": [ | ||
"type=inline" | ||
], | ||
"tags": [ | ||
"docker.io/rocker/ml-verse:4.4.1", | ||
"ghcr.io/rocker-org/ml-verse:4.4.1" | ||
], | ||
"cache-from": [ | ||
"docker.io/rocker/cuda:4.4.1", | ||
"ghcr.io/rocker-org/cuda:4.4.1", | ||
"docker.io/rocker/ml:4.4.1", | ||
"ghcr.io/rocker-org/ml:4.4.1", | ||
"docker.io/rocker/ml-verse:4.4.1", | ||
"ghcr.io/rocker-org/ml-verse:4.4.1" | ||
] | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -4,9 +4,6 @@ | |
"default": [ | ||
{ | ||
"targets": [ | ||
"cuda", | ||
"ml", | ||
"ml-verse", | ||
"binder" | ||
] | ||
} | ||
|
@@ -17,15 +14,6 @@ | |
"binder" | ||
] | ||
} | ||
], | ||
"cuda-images": [ | ||
{ | ||
"targets": [ | ||
"cuda", | ||
"ml", | ||
"ml-verse" | ||
] | ||
} | ||
] | ||
} | ||
], | ||
|
@@ -68,171 +56,6 @@ | |
"docker.io/rocker/binder:latest", | ||
"ghcr.io/rocker-org/binder:latest" | ||
] | ||
}, | ||
"cuda": { | ||
"dockerfile": "dockerfiles/cuda_4.4.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.4.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]>" | ||
}, | ||
"platforms": [ | ||
"linux/amd64" | ||
], | ||
"cache-to": [ | ||
"type=inline" | ||
], | ||
"tags": [ | ||
"docker.io/rocker/cuda:4.4.2", | ||
"ghcr.io/rocker-org/cuda:4.4.2", | ||
"docker.io/rocker/cuda:4.4", | ||
"ghcr.io/rocker-org/cuda:4.4", | ||
"docker.io/rocker/cuda:4", | ||
"ghcr.io/rocker-org/cuda:4", | ||
"docker.io/rocker/cuda:latest", | ||
"ghcr.io/rocker-org/cuda:latest" | ||
], | ||
"cache-from": [ | ||
"docker.io/rocker/cuda:4.4.2", | ||
"ghcr.io/rocker-org/cuda:4.4.2", | ||
"docker.io/rocker/cuda:4.4", | ||
"ghcr.io/rocker-org/cuda:4.4", | ||
"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.4.2", | ||
"ghcr.io/rocker-org/ml:4.4.2", | ||
"docker.io/rocker/ml:4.4", | ||
"ghcr.io/rocker-org/ml:4.4", | ||
"docker.io/rocker/ml:4", | ||
"ghcr.io/rocker-org/ml:4", | ||
"docker.io/rocker/ml:latest", | ||
"ghcr.io/rocker-org/ml:latest", | ||
"docker.io/rocker/ml-verse:4.4.2", | ||
"ghcr.io/rocker-org/ml-verse:4.4.2", | ||
"docker.io/rocker/ml-verse:4.4", | ||
"ghcr.io/rocker-org/ml-verse:4.4", | ||
"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.4.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.4.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]>" | ||
}, | ||
"platforms": [ | ||
"linux/amd64" | ||
], | ||
"cache-to": [ | ||
"type=inline" | ||
], | ||
"tags": [ | ||
"docker.io/rocker/ml:4.4.2", | ||
"ghcr.io/rocker-org/ml:4.4.2", | ||
"docker.io/rocker/ml:4.4", | ||
"ghcr.io/rocker-org/ml:4.4", | ||
"docker.io/rocker/ml:4", | ||
"ghcr.io/rocker-org/ml:4", | ||
"docker.io/rocker/ml:latest", | ||
"ghcr.io/rocker-org/ml:latest" | ||
], | ||
"cache-from": [ | ||
"docker.io/rocker/cuda:4.4.2", | ||
"ghcr.io/rocker-org/cuda:4.4.2", | ||
"docker.io/rocker/cuda:4.4", | ||
"ghcr.io/rocker-org/cuda:4.4", | ||
"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.4.2", | ||
"ghcr.io/rocker-org/ml:4.4.2", | ||
"docker.io/rocker/ml:4.4", | ||
"ghcr.io/rocker-org/ml:4.4", | ||
"docker.io/rocker/ml:4", | ||
"ghcr.io/rocker-org/ml:4", | ||
"docker.io/rocker/ml:latest", | ||
"ghcr.io/rocker-org/ml:latest", | ||
"docker.io/rocker/ml-verse:4.4.2", | ||
"ghcr.io/rocker-org/ml-verse:4.4.2", | ||
"docker.io/rocker/ml-verse:4.4", | ||
"ghcr.io/rocker-org/ml-verse:4.4", | ||
"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.4.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.4.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]>" | ||
}, | ||
"platforms": [ | ||
"linux/amd64" | ||
], | ||
"cache-to": [ | ||
"type=inline" | ||
], | ||
"tags": [ | ||
"docker.io/rocker/ml-verse:4.4.2", | ||
"ghcr.io/rocker-org/ml-verse:4.4.2", | ||
"docker.io/rocker/ml-verse:4.4", | ||
"ghcr.io/rocker-org/ml-verse:4.4", | ||
"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" | ||
], | ||
"cache-from": [ | ||
"docker.io/rocker/cuda:4.4.2", | ||
"ghcr.io/rocker-org/cuda:4.4.2", | ||
"docker.io/rocker/cuda:4.4", | ||
"ghcr.io/rocker-org/cuda:4.4", | ||
"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.4.2", | ||
"ghcr.io/rocker-org/ml:4.4.2", | ||
"docker.io/rocker/ml:4.4", | ||
"ghcr.io/rocker-org/ml:4.4", | ||
"docker.io/rocker/ml:4", | ||
"ghcr.io/rocker-org/ml:4", | ||
"docker.io/rocker/ml:latest", | ||
"ghcr.io/rocker-org/ml:latest", | ||
"docker.io/rocker/ml-verse:4.4.2", | ||
"ghcr.io/rocker-org/ml-verse:4.4.2", | ||
"docker.io/rocker/ml-verse:4.4", | ||
"ghcr.io/rocker-org/ml-verse:4.4", | ||
"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" | ||
] | ||
} | ||
} | ||
} |
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
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 |
---|---|---|
|
@@ -61,9 +61,6 @@ tibble::tibble( | |
"geospatial", | ||
"shiny", | ||
"shiny-verse", | ||
"cuda", | ||
"ml", | ||
"ml-verse", | ||
"binder" | ||
) | ||
) |> | ||
|
Oops, something went wrong.