mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-30 23:37:24 +00:00
15 lines
536 B
Markdown
15 lines
536 B
Markdown
# Integration guides
|
|
|
|
Learn how to integrate uv with other software:
|
|
|
|
- [Using in Docker images](./docker.md)
|
|
- [Using with Jupyter](./jupyter.md)
|
|
- [Using with pre-commit](./pre-commit.md)
|
|
- [Using in GitHub Actions](./github.md)
|
|
- [Using in GitLab CI/CD](./gitlab.md)
|
|
- [Using with alternative package indexes](./alternative-indexes.md)
|
|
- [Installing PyTorch](./pytorch.md)
|
|
- [Building a FastAPI application](./fastapi.md)
|
|
|
|
Or, explore the [concept documentation](../../concepts/index.md) for comprehensive breakdown of each
|
|
feature.
|