Skip to content

SantanderMetGroup/binder-atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Binder

This repo holds the binder for https://github.com/IPCC-WG1/Atlas

The docker image was built with:

GIT_REPO="https://github.com/SantanderMetGroup/binder-atlas"
GIT_REF=master
GIT_HASH=$(git ls-remote ${GIT_REPO} ${GIT_REF} | awk '{ print $1 }' | cut -c -7)
DOCKER_IMAGE_REF="santandermetgroup/ipcc-wgi-ar6-atlas-env:${GIT_HASH}"
repo2docker --no-run --subdir binder/conda --user-name jovyan --image ${DOCKER_IMAGE_REF} --ref ${GIT_REF} ${GIT_REPO}
docker push ${DOCKER_IMAGE_REF}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published