Skip to content

Commit

Permalink
override DOCKER_REMOTE_IMAGE defined in .make.defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <[email protected]>
  • Loading branch information
touma-I committed Nov 17, 2024
1 parent c128893 commit b44fff1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions transforms/language/html2parquet/kfp_ray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ include $(REPOROOT)/transforms/.make.workflows
SRC_DIR=${CURDIR}/../
# Use the docker image that is built for ray runtime
TRANSFORM_RUNTIME=ray
## override settings in .make.default as they assume old structure with ray being the current folder
DOCKER_IMAGE_NAME=$(TRANSFORM_NAME)-$(TRANSFORM_RUNTIME)
DOCKER_LOCAL_IMAGE=$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION)
DOCKER_REMOTE_IMAGE=$(DOCKER_REGISTRY_ENDPOINT)/$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION)


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

0 comments on commit b44fff1

Please sign in to comment.