Skip to content

Commit

Permalink
fix setting for transform runtime being used. The global setting is n…
Browse files Browse the repository at this point in the history
…o longer valid as it is based on folder name

Signed-off-by: Maroun Touma <[email protected]>
  • Loading branch information
touma-I committed Nov 17, 2024
1 parent 00c2d70 commit c128893
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions transforms/language/html2parquet/kfp_ray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ include $(REPOROOT)/transforms/.make.workflows
#include ../transform.config

SRC_DIR=${CURDIR}/../
# Use the docker image that is built for ray runtime
TRANSFORM_RUNTIME=ray
DOCKER_IMAGE_NAME=$(TRANSFORM_NAME)-$(TRANSFORM_RUNTIME)

# Only build the image with -f Dockerfile.ray
BUILD_SPECIFIC_RUNTIME=ray

PYTHON_WF := $(shell find ./ -name '*_wf.py')
Expand Down

0 comments on commit c128893

Please sign in to comment.