Skip to content

Commit

Permalink
Update Dask version to 2021.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 9, 2021
1 parent 6a2eb19 commit b442d61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: ../base
dockerfile: Dockerfile
args:
release: "2021.11.0"
release: "2021.11.1"
image: daskdev/dask:latest
hostname: dask-scheduler
ports:
Expand All @@ -28,7 +28,7 @@ services:
dockerfile: Dockerfile
args:
python: "3.8"
release: "2021.11.0"
release: "2021.11.1"
image: daskdev/dask:latest
hostname: dask-worker
command: ["dask-worker", "tcp://scheduler:8786"]
Expand All @@ -40,7 +40,7 @@ services:
args:
base: daskdev
python: "3.8"
release: "2021.11.0"
release: "2021.11.1"
depends_on:
- base-notebook
image: daskdev/dask-notebook:latest
Expand Down

0 comments on commit b442d61

Please sign in to comment.