diff --git a/libs/infinity_emb/Dockerfile b/libs/infinity_emb/Dockerfile index 824b8397..da8b5c6a 100644 --- a/libs/infinity_emb/Dockerfile +++ b/libs/infinity_emb/Dockerfile @@ -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