Skip to content

Commit

Permalink
fix html2parquet/ray/Makefile set-versions
Browse files Browse the repository at this point in the history
Signed-off-by: David Wood <dawood@us.ibm.com>
  • Loading branch information
daw3rd committed Oct 7, 2024
1 parent 55a3d0b commit f4abcdc
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions transforms/language/html2parquet/ray/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Define the root of the local git clone for the common rules to be able
# know where they are running from.
REPOROOT=../../../..

# Set this, before including .make.defaults, to
# 1 if requirements reference the latest code in the data processing library
# in this repo (that is not yet published to pypi). This is the default setting.
# 0 if the transforms DPK dependencies are on wheels published to
# pypi (e.g. data-prep-toolkit=0.2.1)
#USE_REPO_LIB_SRC=1

# Include a library of common .transform.* targets which most
# transforms should be able to reuse. However, feel free
# to override/redefine the rules below.
include $(REPOROOT)/transforms/.make.transforms

# $(REPOROOT)/.make.versions file contains the versions

TRANSFORM_NAME= html2parquet
# Include the common configuration for this transform
include ../transform.config

include $(REPOROOT)/transforms/.make.transforms
BASE_IMAGE=${RAY_BASE_IMAGE}
venv:: .transforms.ray-venv

Expand Down Expand Up @@ -59,3 +66,6 @@ kind-load-image:: .transforms.kind-load-image
docker-load-image: .defaults.docker-load-image

docker-save-image: .defaults.docker-save-image



0 comments on commit f4abcdc

Please sign in to comment.