|
19 | 19 | base: |
20 | 20 | - {image: 'rocker/r-ver', amdtag: '4.5.2', outname: 'r-ver'} |
21 | 21 | - {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'} |
22 | 23 | - {image: 'rocker/tidyverse', amdtag: '4.5.2', outname: 'tidyverse'} |
23 | 24 | - {image: 'rocker/shiny', amdtag: '4.5.2', outname: 'shiny'} |
24 | 25 | # - {image: 'ghcr.io/bioconductor/rocker-cuda', amdtag: 'devel-amd64', outname: 'cuda'} |
|
98 | 99 | base: |
99 | 100 | - {image: 'rocker/r-ver', armtag: '4.5.2', outname: 'r-ver'} |
100 | 101 | - {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'} |
101 | 103 | steps: |
102 | 104 | - uses: actions/checkout@v3 |
103 | 105 |
|
@@ -176,6 +178,7 @@ jobs: |
176 | 178 | - {outname: 'bioconductor_docker', platforms: 'amd64,arm64'} |
177 | 179 | - {outname: 'tidyverse', platforms: 'amd64'} |
178 | 180 | - {outname: 'shiny', platforms: 'amd64'} |
| 181 | + - {outname: 'jupyterlab-ml', platforms: 'amd64,arm64'} |
179 | 182 | steps: |
180 | 183 | - name: Set up Docker Buildx |
181 | 184 | uses: docker/setup-buildx-action@v3 |
|
0 commit comments