2024-07-25 13:37:22 -04:00
|
|
|
# Integration guides
|
|
|
|
|
|
|
|
|
|
Learn how to integrate uv with other software:
|
|
|
|
|
|
|
|
|
|
- [Using in Docker images](./docker.md)
|
2025-05-27 16:43:43 -07:00
|
|
|
- [Using with Jupyter notebooks](./jupyter.md)
|
|
|
|
|
- [Using with marimo notebooks](./marimo.md)
|
2024-07-25 13:37:22 -04:00
|
|
|
- [Using with pre-commit](./pre-commit.md)
|
|
|
|
|
- [Using in GitHub Actions](./github.md)
|
2024-10-01 20:34:49 +02:00
|
|
|
- [Using in GitLab CI/CD](./gitlab.md)
|
|
|
|
|
- [Using with alternative package indexes](./alternative-indexes.md)
|
2024-11-18 20:09:52 -05:00
|
|
|
- [Installing PyTorch](./pytorch.md)
|
2024-10-01 20:34:49 +02:00
|
|
|
- [Building a FastAPI application](./fastapi.md)
|
2025-01-07 13:50:31 -05:00
|
|
|
- [Using with AWS Lambda](./aws-lambda.md)
|
2024-11-20 08:50:02 -06:00
|
|
|
|
|
|
|
|
Or, explore the [concept documentation](../../concepts/index.md) for comprehensive breakdown of each
|
|
|
|
|
feature.
|