File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,12 @@ options = gateway.cluster_options()
4141for key in options.keys():
4242 print (f " { key} : { options[key]} " )
4343
44+ # NOTE : use one of the following images:
45+ # - ghcr.io/rs-python/rs-infra-core-dask-staging
46+ # - ghcr.io/rs-python/rs-infra-core-dask-l0
47+ # - ghcr.io/rs-python/rs-infra-core-dask-s1ard
48+ # - ...
49+
4450cluster = gateway.new_cluster(
4551 worker_cores = 1 ,
4652 worker_memory = 2.0 ,
@@ -150,6 +156,11 @@ options = gateway.cluster_options()
150156for key in options.keys():
151157 print (f " { key} : { options[key]} " )
152158
159+ # NOTE : use one of the following images and cluster names:
160+ # - ghcr.io/rs-python/rs-infra-core-dask-l0 cluster_name:dask-l0
161+ # - ghcr.io/rs-python/rs-infra-core-dask-s1ard cluster_name:dask-s1ard
162+ # - ...
163+
153164cluster = gateway.new_cluster(
154165 namespace = ' dask-gateway' ,
155166 image = ' ghcr.io/rs-python/rs-infra-core-dask-l0:latest' ,
You can’t perform that action at this time.
0 commit comments