Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the same version of the dask image as the local version of distributed #37

Open
matyasselmeci opened this issue Apr 1, 2021 · 0 comments
Assignees
Labels
docker enhancement New feature or request

Comments

@matyasselmeci
Copy link
Collaborator

There can be version incompatibilities between the dask-scheduler and the dask-worker, which lead to difficult-to-diagnose errors. Instead of using daskdev/dask:latest for the default Docker image for the workers, use daskdev/dask:$VERSION where $VERSION comes from:

from distributed.versions import get_versions; get_versions()

get_versions() might have a leading 0 in the month, whereas the image tag doesn't (and dask-scheduler --version doesn't).

@matyasselmeci matyasselmeci added enhancement New feature or request docker labels Apr 1, 2021
@matyasselmeci matyasselmeci self-assigned this Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant