Skip to content

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed May 14, 2024
1 parent 10b1fca commit aa71a9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/infinity_emb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ 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 aa71a9c

Please sign in to comment.