Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 0 additions & 109 deletions .github/workflows/generate-hashed-requirements.yml

This file was deleted.

8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,6 @@ push_dataflow_docker_image:
@uv run python -m scripts.build_and_push_docker_image --predefined_type dataflow --image_name ${DOCKER_IMAGE_DATAFLOW_RUNTIME_NAME_WITH_TAG}

push_new_docker_images: push_cuda_docker_image push_cpu_docker_image push_dataflow_docker_image
# Dockerize the src code and push it to gcr.
# You will need to update the base image tag below whenever the requirements are updated by:
# 1) running `make push_new_docker_base_image`
# 2) Replace the git hash `DOCKER_LATEST_BASE_IMAGE_TAG` that tags the base image with the new generated tag
# Note: don't forget to `make generate_cpu_hashed_requirements` and `make generate_cuda_hashed_requirements`
# before running this if you've updated requirements.in
# You may be able to utilize git comment `/make_cuda_hashed_req` to help you build the cuda hashed req as well
# See ci.yaml or type in `/help` in your PR for more info.
@echo "All Docker images compiled and pushed"

push_dev_workbench_docker_image: compile_jars
Expand Down