Skip to content

Commit

Permalink
patch dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed May 14, 2024
1 parent f70bd23 commit 527a6be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/infinity_emb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ RUN poetry run black --check .
RUN poetry run mypy .
# pytest
COPY tests tests
COPY docs docs
# run end to end tests because of duration of build in github ci.
# Run tests/end_to_end on TARGETPLATFORM x86_64 otherwise run tests/end_to_end_gpu
# poetry run python -m pytest tests/end_to_end -x
Expand Down

0 comments on commit 527a6be

Please sign in to comment.