Skip to content

Commit b381edb

Browse files
hotfix : uv lock on dockerfile build
1 parent 5efc2d8 commit b381edb

File tree

4 files changed

+5
-8758
lines changed

4 files changed

+5
-8758
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ env
3636
venv
3737

3838
#predictions
39-
prediction/*
39+
prediction/*
40+
uv.lock

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ ENV C_INCLUDE_PATH=/usr/include/gdal
2121

2222
WORKDIR /app
2323

24-
COPY pyproject.toml README.md uv.lock* ./
24+
COPY pyproject.toml README.md ./
25+
26+
RUN uv lock
2527

2628
RUN --mount=type=cache,target=/root/.cache/uv \
2729
uv sync --frozen --no-install-project --no-dev --no-group load-test --group api

0 commit comments

Comments
 (0)