Skip to content

Commit 2a6c3a8

Browse files
committed
Add jupyterlab build from cuda base
1 parent 0775fc3 commit 2a6c3a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_containers.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
base:
2020
- {image: 'rocker/r-ver', amdtag: '4.5.2', outname: 'r-ver'}
2121
- {image: 'rocker/rstudio', amdtag: '4.5.2', outname: 'bioconductor_docker'}
22+
- {image: 'ghcr.io/bioconductor/rocker-cuda', amdtag: '4.5.2-amd64', outname: 'jupyterlab-ml'}
2223
- {image: 'rocker/tidyverse', amdtag: '4.5.2', outname: 'tidyverse'}
2324
- {image: 'rocker/shiny', amdtag: '4.5.2', outname: 'shiny'}
2425
# - {image: 'ghcr.io/bioconductor/rocker-cuda', amdtag: 'devel-amd64', outname: 'cuda'}
@@ -98,6 +99,7 @@ jobs:
9899
base:
99100
- {image: 'rocker/r-ver', armtag: '4.5.2', outname: 'r-ver'}
100101
- {image: 'rocker/rstudio', armtag: '4.5.2', outname: 'bioconductor_docker'}
102+
- {image: 'ghcr.io/bioconductor/rocker-cuda', armtag: '4.5.2-arm64', outname: 'jupyterlab-ml'}
101103
steps:
102104
- uses: actions/checkout@v3
103105

@@ -176,6 +178,7 @@ jobs:
176178
- {outname: 'bioconductor_docker', platforms: 'amd64,arm64'}
177179
- {outname: 'tidyverse', platforms: 'amd64'}
178180
- {outname: 'shiny', platforms: 'amd64'}
181+
- {outname: 'jupyterlab-ml', platforms: 'amd64,arm64'}
179182
steps:
180183
- name: Set up Docker Buildx
181184
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)