Skip to content

Commit

Permalink
Changed docker file
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Kalathiya <[email protected]>
  • Loading branch information
ykalathiya committed Jul 3, 2024
1 parent 505fff0 commit 081c1cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion transforms/code/header_cleanser/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ COPY --chown=dpk:root pyproject.toml pyproject.toml
RUN pip install --no-cache-dir -e .

# copy source data
COPY ./src/header_cleanser_transform.py .
COPY ./src/header_cleanser_transform_python.py .
COPY ./src/header_cleanser_local.py local/

Expand Down
2 changes: 1 addition & 1 deletion transforms/code/header_cleanser/python/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# License and Copyright Removal
# Header cleanser
Please see the set of
[transform project conventions](../../../README.md)
for details on general project conventions, transform configuration,
Expand Down
2 changes: 1 addition & 1 deletion transforms/code/header_cleanser/ray/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# License copyright removal
# Header cleanser

Please see the set of
[transform project conventions](../../../README.md)
Expand Down

0 comments on commit 081c1cf

Please sign in to comment.