Skip to content

Commit 2b37b6a

Browse files
authored
Use dataflow_service_option pipeline option to request a GPU. (GoogleCloudPlatform#9321)
Use dataflow_service_option pipeline option to request a GPU. Internal issue: b/191699342 ## Checklist - [x] Please **merge** this PR for me once it is approved.
1 parent 5219a4a commit 2b37b6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dataflow/gpu-examples/tensorflow-landsat

dataflow/gpu-examples/tensorflow-landsat/run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ steps:
4747
- --temp_location=$_TEMP_LOCATION
4848
- --worker_machine_type=custom-1-13312-ext
4949
- --sdk_container_image=gcr.io/$PROJECT_ID/$_IMAGE
50-
- --experiment=worker_accelerator=type:$_GPU_TYPE;count:$_GPU_COUNT;install-nvidia-driver
50+
- --dataflow_service_option=worker_accelerator=type:$_GPU_TYPE;count:$_GPU_COUNT;install-nvidia-driver
5151
- --experiment=use_runner_v2
5252
- --experiment=no_use_multiple_sdk_containers
5353
- --disk_size_gb=50

0 commit comments

Comments
 (0)