Skip to content

PalNilsson/dask-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker image scripts for a Dask scheduler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published