Skip to content

Commit 7007817

Browse files
committed
fix: Remove unnecessary --no-lock option from pdm install command
1 parent 7199677 commit 7007817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/gc-qa-rag-etl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN pip install pdm
2222
COPY pyproject.toml pdm.lock ./
2323

2424
# Install dependencies
25-
RUN pdm install --prod --no-lock --no-editable
25+
RUN pdm install --prod --no-editable
2626

2727
# Copy project files
2828
COPY readme.md ./

0 commit comments

Comments
 (0)