Skip to content

Commit

Permalink
update docker to rapids-24.12 (#318)
Browse files Browse the repository at this point in the history
* update docker to rapids-24.12

* update in workflow

* revert to linux 22.04

* update conda

* fix docker

* remove fa2 from yaml

* add release note
  • Loading branch information
Intron7 authored Jan 21, 2025
1 parent 870c052 commit d9059fd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
RAPIDS_VER:
- 24.08
- 24.12
name: Build Docker images
runs-on: ubuntu-latest
permissions:
Expand Down
1 change: 0 additions & 1 deletion conda/rsc_rapids_24.08.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies:
- cusparselt
- leidenalg
- louvain
- fa2
- jupyterlab
- pip
- pip:
Expand Down
1 change: 0 additions & 1 deletion conda/rsc_rapids_24.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies:
- cusparselt
- leidenalg
- louvain
- fa2
- jupyterlab
- pip
- pip:
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ FROM nvidia/cuda:${CUDA_VER}-base-${LINUX_VER}

SHELL ["/bin/bash", "-euo", "pipefail", "-c"]

ARG PYTHON_VER=3.11
ARG PYTHON_VER=3.12

ENV PATH=/opt/conda/bin:$PATH
ENV PYTHON_VERSION=${PYTHON_VER}

COPY --from=condaforge/miniforge3:24.3.0-0 /opt/conda /opt/conda
COPY --from=condaforge/miniforge3:24.9.2-0 /opt/conda /opt/conda

COPY rsc_rapids.yml rsc_rapids.yml

Expand Down
2 changes: 1 addition & 1 deletion docker/docker-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euxo pipefail

docker_account=scverse
rapids_version=24.08
rapids_version=24.12
grep -v -- '- rapids-singlecell' conda/rsc_rapids_${rapids_version}.yml > rsc_rapids.yml
docker build -t rapids-singlecell-deps:latest -f docker/Dockerfile.deps .
rm rsc_rapids.yml
Expand Down
3 changes: 2 additions & 1 deletion docs/release-notes/0.11.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 0.10.11 {small}`the-future`
### 0.10.11 {small}`2025-01-21`

```{rubric} Features
```
Expand All @@ -11,3 +11,4 @@
```{rubric} Misc
```
* Pin `numba<0.61.0`{pr}`319` {smaller}`S Dicks`
* Update Docker to `rapids-24.12` and `python-3.12`{pr}`318` {smaller}`S Dicks`

0 comments on commit d9059fd

Please sign in to comment.