Docker image scripts for a Dask worker.
This image can be used to start a Dask worker. It is based on the condaforge/mambaforge:latest image and installs Dask[complete], Python 3.9, numpy, pandas as well as a few other tools.
- docker build -t dask-worker:latest . --build-arg DASK_VERSION=2023.4.1 --build-arg PACKAGE=dask-ml[complete]
- Identify the < build tag > at the bottom of the stdout from the previous step
- docker tag < build tag > < docker username >/dask-worker:latest
- docker push < docker username >/dask-worker:latest