We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e555d61 commit 089c447Copy full SHA for 089c447
Dockerfile
@@ -27,12 +27,12 @@ RUN chmod o+wrX .
27
# Tell uv sync to install python in a known location so we can copy it out later
28
ENV UV_PYTHON_INSTALL_DIR=/python
29
30
+RUN uv add debugpy
31
+
32
# Sync the project without its dev dependencies
33
RUN --mount=type=cache,target=/root/.cache/uv \
34
uv sync --locked --no-editable --no-dev
35
-RUN uv add debugpy
-
36
# The runtime stage copies the built venv into a runtime container
37
FROM ubuntu:noble AS runtime
38
0 commit comments