Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ori-kron-wis authored Jan 14, 2025
2 parents e900ce3 + 23eaa64 commit 35bf1ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions docs/developer/maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ example).

#### Update Docker images

Finally, build new Docker images with the `stable` and semantic versioning tags using the
[release image workflow].
Finally, build new Docker images with the correct branch tag using the [Docker image build].

## Continuous integration

Expand Down Expand Up @@ -289,10 +288,9 @@ We use the `BREAKING CHANGE` footer to indicate that a commit introduces a break
[Semantic Versioning]: https://semver.org/
[release checklist]: https://github.com/scverse/scvi-tools/blob/main/.github/ISSUE_TEMPLATE/release_checklist.md
[tutorials]: https://github.com/scverse/scvi-tutorials
[Docker image build]: https://github.com/YosefLab/scvi-tools-docker/actions/workflows/linux_cuda_manual.yaml
[run the tutorials]: https://github.com/scverse/scvi-tutorials/actions/workflows/run_linux_cuda_branch.yml
[Docker image build]: https://github.com/scverse/scvi-tools/actions/workflows/build_image_latest.yaml
[run the tutorials]: https://github.com/scverse/scvi-tutorials/actions/workflows/run_notebook_individual.yaml
[tutorial checklist]: https://github.com/scverse/scvi-tutorials/blob/main/.github/ISSUE_TEMPLATE/release_checklist.md
[release image workflow]: https://github.com/YosefLab/scvi-tools-docker/actions/workflows/linux_cuda_release.yaml
[release workflow]: https://github.com/scverse/scvi-tools/actions/workflows/release.yml
[PyPI]: https://pypi.org/project/scvi-tools/
[feedstock repository]: https://github.com/conda-forge/scvi-tools-feedstock
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pip install -U scvi-tools[dev]
## Docker

If you plan on running scvi-tools in a containerized environment, we provide various Docker
[images](https://hub.docker.com/repository/docker/scverse/scvi-tools/general) hosted on Docker Hub.
[images](https://github.com/scverse/scvi-tools/pkgs/container/scvi-tools) hosted on GHCR.

## R

Expand Down

0 comments on commit 35bf1ed

Please sign in to comment.