Skip to content

suvarchal/esm-vfc-stacks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESM-VFC stacks

env-create env-create-maint repo2docker

Central compute environment definition(s) for ESM VFC.

How to use?

You can just use the env file to install everything with Conda.

You can use docker images that come with a fully working (repo2docker-built) Jupyter environment and run them with docker:

docker run -p 8888:8888 esmvfc/esm-vfc-stacks:<tag>

or with Singularity

singularity run \
    -B $(mktemp -d):/run/user \
    docker://esmvfc/esm-vfc-stacks:<tag>

How to contribute?

Modify the env file with a pull request.

Releases

There are no Github-based releases. Instead, we use calver to build whenever something is pushed to master and tag it as YYYY.MM.DD-<Git SHA> on dockerhub.

About

Central compute environment definition(s) for ESM VFC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%