Skip to content

Commit 9efc168

Browse files
Alexandra BelousovAlexandra Belousov
Alexandra Belousov
authored and
Alexandra Belousov
committed
fix dask example
1 parent e7aac4c commit 9efc168

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

examples/dask-preprocessing-and-training/launch_lightgbm_dask_aws.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
cluster_name = f"rh-new-{num_nodes}"
77

88
img = rh.Image("dask-img").pip_install(
9-
[
10-
"dask[distributed,dataframe]",
11-
"dask-ml",
12-
"gcsfs",
13-
"lightgbm",
14-
],
9+
["dask[distributed,dataframe]", "dask-ml", "gcsfs", "lightgbm", "s3fs"],
1510
)
1611

1712
cluster = rh.compute(

0 commit comments

Comments
 (0)