Skip to content

Commit

Permalink
added requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <[email protected]>
  • Loading branch information
touma-I committed Sep 26, 2024
1 parent efc7271 commit 84dfa95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transforms/language/html2parquet/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +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
COPY --chown=dpk:root requirements.txt requirements.txt
RUN pip install --no-cache-dir -e .

# copy transform main() entry point to the image
Expand Down

0 comments on commit 84dfa95

Please sign in to comment.