diff --git a/.github/workflows/linux_cuda.yaml b/.github/workflows/linux_cuda.yaml index a6043d0..1a5e042 100644 --- a/.github/workflows/linux_cuda.yaml +++ b/.github/workflows/linux_cuda.yaml @@ -59,7 +59,7 @@ jobs: elif [[ $VERSION =~ $RELEASE_BRANCH_REGEX ]]; then TARGET="branch" elif [[ $VERSION == "cuda" ]]; then - TARGET="cuda" + TARGET="base" else TARGET="semver" fi diff --git a/README.md b/README.md index 118d0f9..245f9f2 100644 --- a/README.md +++ b/README.md @@ -33,25 +33,25 @@ This repository contains the source Dockerfiles for the scvi-tools [Docker image `py{PYTHON_VERSION}-cu{CUDA_VERSION}-base`: CUDA-enabled PyTorch and JAX installations - updated weekly Sunday at 05:00 PST - Updated weekly Sunday at 05:00 PST -- We currently build images for `PYTHON_VERSION=[3.9, 3.10, 3.11]` and `CUDA_VERSION=[11]` +- We currently build images for `PYTHON_VERSION=[3.9, 3.10, 3.11]` and `CUDA_VERSION=[11, 12]` `py{PYTHON_VERSION}-cu{CUDA_VERSION}-runtime-{latest/stable/sem_ver}`: `base` image with only runtime dependencies - `latest`: Updated daily at 12:00 PST -- `stable`: Alias for the newest `sem_ver` -- `sem_ver`: Ppdated with each new stable release on the [main repository](https://github.com/scverse/scvi-tools) +- `stable`: Alias for the most recent `semver` +- `semver`: Ppdated with each new stable release on the [main repository](https://github.com/scverse/scvi-tools) `py{PYTHON_VERSION}-cu{CUDA_VERSION}-devel-{latest/stable/sem_ver}`: `base` image with development dependencies - `latest`: Updated daily at 12:00 PST -- `stable`: Alias for the newest `sem_ver` -- `sem_ver`: Updated with each new stable release on the [main repository](https://github.com/scverse/scvi-tools) +- `stable`: Alias for the most recent `semver` +- `semver`: Updated with each new stable release on the [main repository](https://github.com/scverse/scvi-tools) `py{PYTHON_VERSION}-cu{CUDA_VERSION}-devel-{latest/stable/sem_ver}`: `base` image with tutorial dependencies - `latest`: Updated daily at 12:00 PST -- `stable`: Alias for the newest `sem_ver` -- `sem_ver`: Updated with each new stable release on the [main repository](https://github.com/scverse/scvi-tools) +- `stable`: Alias for the most recent `semver` +- `semver`: Updated with each new stable release on the [main repository](https://github.com/scverse/scvi-tools) # Reference