mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-15 21:09:46 +00:00

This PR adds a new integrations doc page for using uv with [Coiled](https://coiled.io/). It's a slightly adapted version of this blog post https://docs.coiled.io/blog/uv-coiled-cloud-scripts.html Side note: it's been really pleasant using uv and Coiled together recently cc @zanieb for visibility --------- Co-authored-by: Zanie Blue <contact@zanie.dev>
18 lines
669 B
Markdown
18 lines
669 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)
|
|
- [Using with alternative package indexes](./alternative-indexes.md)
|
|
- [Installing PyTorch](./pytorch.md)
|
|
- [Building a FastAPI application](./fastapi.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.
|