Skip to content

Commit

Permalink
Update Dockerfile to lock dependencies with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonWehrhahn committed Sep 8, 2024
1 parent 93ab9bf commit cf19f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/modeling/module_modeling_llm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ COPY --from=athena /code /athena
# install dependencies
RUN poetry config virtualenvs.create true \
&& poetry config virtualenvs.in-project true \
&& poetry lock --no-update \
&& poetry install --no-interaction --no-ansi

# Project files
Expand Down

0 comments on commit cf19f1c

Please sign in to comment.