Skip to content

Commit

Permalink
redoing fix after breakeage with patch added by David
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <touma@us.ibm.com>
  • Loading branch information
touma-I committed Sep 25, 2024
1 parent 44ce92d commit 446b45a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions transforms/universal/doc_id/spark/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG SPARK_BASE_IMAGE=data-prep-kit-spark-3.5.2:latest
FROM ${SPARK_BASE_IMAGE}
ARG BASE_IMAGE=data-prep-kit-spark-3.5.2:latest
FROM ${BASE_IMAGE}

USER root
# install pytest
Expand Down
4 changes: 2 additions & 2 deletions transforms/universal/filter/spark/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG SPARK_BASE_IMAGE=data-prep-kit-spark-3.5.2:latest
FROM ${SPARK_BASE_IMAGE}
ARG BASE_IMAGE=data-prep-kit-spark-3.5.2:latest
FROM ${BASE_IMAGE}

USER root
# install pytest
Expand Down

0 comments on commit 446b45a

Please sign in to comment.