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

Commit

Permalink
Fix workflow and README (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 authored Feb 13, 2024
1 parent 6436ebf commit f77fa0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_cuda_latest_scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python: ["3.9", "3.10", "3.11"]
cuda: ["11", "12"]
version: ["latest"]
dependencies: ["", "dev", "test"]
dependencies: ["", "dev", "tutorials"]

uses: ./.github/workflows/linux_cuda.yaml
with:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@ This repository contains the source Dockerfiles for the scvi-tools [Docker image

## Tags

`py{PYTHON_VERSION}-cu{CUDA_VERSION}-base`: CUDA-enabled PyTorch and JAX installations - updated weekly Sunday at 05:00 PST
`py{PYTHON_VERSION}-cu{CUDA_VERSION}-base`: CUDA-based PyTorch and JAX installations

- Updated weekly Sunday at 05:00 PST
- 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
`py{PYTHON_VERSION}-cu{CUDA_VERSION}-runtime-{latest/stable/semver}`: `base` image with runtime dependencies

- `latest`: Updated daily at 12:00 PST
- `stable`: Alias for the most recent `semver`
- `semver`: Ppdated with each new stable release on the [main repository](https://github.com/scverse/scvi-tools)
- `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 development dependencies
`py{PYTHON_VERSION}-cu{CUDA_VERSION}-dev-{latest/stable/semver}`: `base` image with development dependencies

- `latest`: Updated daily at 12:00 PST
- `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
`py{PYTHON_VERSION}-cu{CUDA_VERSION}-tutorials-{latest/stable/semver}`: `base` image with tutorial dependencies

- `latest`: Updated daily at 12:00 PST
- `stable`: Alias for the most recent `semver`
Expand Down

0 comments on commit f77fa0b

Please sign in to comment.