Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Update versioning and README (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 authored Feb 13, 2024
1 parent 83540df commit 6436ebf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6436ebf

Please sign in to comment.