Skip to content

Commit f834678

Browse files
committed
remove frozen
1 parent ee0b40d commit f834678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ ARG VARIANT=3.13-bookworm
33
FROM mcr.microsoft.com/vscode/devcontainers/python:${VARIANT}
44
RUN pip install --upgrade pip && pip install uv
55
COPY pyproject.toml uv.lock ./
6-
RUN uv sync --frozen \
6+
RUN uv sync \
77
&& pipx install pre-commit ruff

0 commit comments

Comments
 (0)