Skip to content

Commit e74a646

Browse files
committed
update docker
1 parent aa959db commit e74a646

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
RAPIDS_VER:
30-
- "25.10"
30+
- "25.12"
3131
name: Build Docker images
3232
runs-on: ubuntu-latest
3333
permissions:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ channels:
55
- conda-forge
66
- bioconda
77
dependencies:
8-
- rapids=25.08
8+
- rapids=25.12
99
- python=3.13
10-
- cuda-version=12.9
10+
- cuda-version=13.0
1111
- cudnn
1212
- cutensor
1313
- cusparselt

docker/Dockerfile.deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG CUDA_VER=12.9.0
1+
ARG CUDA_VER=13.0.2
22
ARG LINUX_VER=ubuntu24.04
33

44
FROM nvidia/cuda:${CUDA_VER}-base-${LINUX_VER}

docker/docker-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euxo pipefail
33

44
docker_account=scverse
5-
rapids_version=25.10
5+
rapids_version=25.12
66
grep -v -- '- rapids-singlecell' conda/rsc_rapids_${rapids_version}.yml > rsc_rapids.yml
77
docker build -t rapids-singlecell-deps:latest -f docker/Dockerfile.deps .
88
rm rsc_rapids.yml

notebooks

0 commit comments

Comments
 (0)