10477cd1ce
Same idea as #18597
24 lines
865 B
Markdown
24 lines
865 B
Markdown
# Integration guides
|
|
|
|
Learn how to integrate uv with other software:
|
|
|
|
- [Using in Docker images](./docker.md)
|
|
- [Using with Jupyter notebooks](./jupyter.md)
|
|
- [Using with marimo notebooks](./marimo.md)
|
|
- [Using with pre-commit](./pre-commit.md)
|
|
- [Using in GitHub Actions](./github.md)
|
|
- [Using in GitLab CI/CD](./gitlab.md)
|
|
- [Installing PyTorch](./pytorch.md)
|
|
- [Building a FastAPI application](./fastapi.md)
|
|
- [Using with Azure Artifacts](./azure.md)
|
|
- [Using with Google Artifact Registry](./google.md)
|
|
- [Using with AWS CodeArtifact](./aws.md)
|
|
- [Using with JFrog Artifactory](./jfrog.md)
|
|
- [Using with Renovate](./renovate.md)
|
|
- [Using with Dependabot](./dependabot.md)
|
|
- [Using with AWS Lambda](./aws-lambda.md)
|
|
- [Using with Coiled](./coiled.md)
|
|
|
|
Or, explore the [concept documentation](../../concepts/index.md) for comprehensive breakdown of each
|
|
feature.
|