Skip to content

Commit 1c9a042

Browse files
committed
Update documentation
1 parent 2e4eec3 commit 1c9a042

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/how-to/Dask-gateway.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ options = gateway.cluster_options()
4141
for 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+
4450
cluster = gateway.new_cluster(
4551
worker_cores=1,
4652
worker_memory=2.0,
@@ -150,6 +156,11 @@ options = gateway.cluster_options()
150156
for 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+
153164
cluster = gateway.new_cluster(
154165
namespace='dask-gateway',
155166
image='ghcr.io/rs-python/rs-infra-core-dask-l0:latest',

0 commit comments

Comments
 (0)