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 ee0b40d commit f834678Copy full SHA for f834678
.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 --frozen \
+RUN uv sync \
7
&& pipx install pre-commit ruff
0 commit comments