Skip to content

Commit

Permalink
Merge pull request #445 from dtsuzuku-ibm/remove-extra-install-in-doc…
Browse files Browse the repository at this point in the history
…-quality

stop installing extra dependencies in building doc quality python image
  • Loading branch information
shahrokhDaijavad authored Jul 25, 2024
2 parents 0b93935 + e5f3cdc commit 2616f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transforms/language/doc_quality/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN cd data-processing-lib-python && pip install --no-cache-dir -e .

COPY --chown=dpk:root src/ src/
COPY --chown=dpk:root pyproject.toml pyproject.toml
RUN pip install --no-cache-dir -e .[dev]
RUN pip install --no-cache-dir -e .

# copy transform main() entry point to the image
COPY ./src/doc_quality_transform_python.py .
Expand Down

0 comments on commit 2616f5d

Please sign in to comment.