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 f834678 commit d154fb5Copy full SHA for d154fb5
.devcontainer/Dockerfile
@@ -3,5 +3,5 @@ ARG VARIANT=3.13-bookworm
3
FROM mcr.microsoft.com/vscode/devcontainers/python:${VARIANT}
4
RUN pip install --upgrade pip && pip install uv
5
COPY pyproject.toml uv.lock ./
6
-RUN uv sync \
+RUN uv sync --frozen \
7
&& pipx install pre-commit ruff
0 commit comments