Skip to content

Commit

Permalink
Fix typo in dask-operator instructions (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Feb 6, 2023
1 parent ad673b7 commit a06c7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tools/kubernetes/dask-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ cluster = KubeCluster(
name="rapids-dask",
image="rapidsai/rapidsai-core:22.06-cuda11.5-runtime-ubuntu20.04-py3.9",
n_workers=3,
resources={"limit": {"nvidia.com/gpu": "1"}},
resources={"limits": {"nvidia.com/gpu": "1"}},
env={"DISABLE_JUPYTER": "true"},
worker_command="dask-cuda-worker",
)
Expand Down

0 comments on commit a06c7b6

Please sign in to comment.