We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7459998 commit f03941fCopy full SHA for f03941f
README.md
@@ -59,6 +59,8 @@ This repository collects all of my containerization works and serves as a templa
59
This means no "entire" Python runtime and dependencies is needed in the final image.
60
This article demonstrates based on the most basic premise and may require some adjustments in practical applications.
61
Starting from the `debian:slim` will make life easier. 😉
62
+- [Using uv in Docker | uv](https://docs.astral.sh/uv/guides/integration/docker/#non-editable-installs)
63
+ Official documentation for using `uv` in Docker.
64
65
### Podman
66
0 commit comments