Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.19 KB

STV Docker Image with key software:

build-and-push

Authentication

uw-cryo GitHub Packages are currently private so to push or pull these images you need to authenticate with an access token (https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-to-the-container-registry)

export CR_PAT=YOUR_TOKEN
echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin

Run locally

docker run -it --rm ghcr.io/uw-cryo/stv:latest /bin/bash

Building locally

Note that because DART is not freely available we have disabled building via GitHub Actions and instead build locally:

docker buildx build -f https://raw.githubusercontent.com/scottyhq/pangeo-buildx/main/Dockerfile ./ -t ghcr.io/uw-cryo/stv:2022.10.19
docker push ghcr.io/uw-cryo/stv:2022.10.19