Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 66a8285

Browse files
author
JacksonMaxfield
committed
Fix typos and missing dependencies in cluster deployments
1 parent f73ee63 commit 66a8285

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/cluster_deployments.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ client = Client(cluster)
1414
## AICS SLURM Cluster
1515
```python
1616
from datetime import datetime
17+
from pathlib import Path
1718

1819
import dask.config
1920
from dask_jobqueue import SLURMCluster
@@ -59,7 +60,7 @@ Docker image to [Docker Hub](https://hub.docker.com/).
5960
from dask_cloudprovider import FargateCluster
6061
from distributed import Client
6162

62-
# Create connection
63+
# Create cluster
6364
cluster = FargateCluster("username/dockerimage")
6465

6566
# Adapt

0 commit comments

Comments
 (0)