Skip to content

Files

Latest commit

ff60a26 · Jul 31, 2023

History

History
12 lines (8 loc) · 520 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 520 Bytes

dask-scheduler

Docker image scripts for a Dask scheduler.

This image can be used to start a Dask scheduler. It is based on the continuumio/miniconda3:4.8.2 image and installs Dask version 2021.7.2.

Build instructions

  1. docker build -t dask-scheduler:latest .
  2. docker push < docker username >/dask-scheduler:latest

The python and dask versions can explicitly be set. E.g. docker build -t dask-scheduler . --build-arg PYTHON_VERSION=3.9 --build-arg DASK_VERSION=2023.4.1