Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

cedadev/jasmin-dask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jasmin-dask

This repository provides the Docker image and Helm chart for deploying Dask on JASMIN.

Building the Docker image

IMAGE="cedadev/dask"
TAG="$(git describe --long --tags --always --dirty)"
docker build -t ${IMAGE}:${TAG} docker

# Optionally tag as latest
docker tag ${IMAGE}:${TAG} ${IMAGE}:latest

# Optionally push to Docker Hub
docker push ${IMAGE}:${TAG}
docker push ${IMAGE}:latest

About

Dask deployment for JASMIN.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published