Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bdpedigo/vasculature-features


https://github.com/bdpedigo/vasculature-features

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Extracting features and labels for perivascular regions

To build:
`docker buildx build --platform linux/amd64 -t vasculature-features .`

To run:
`docker run --rm --platform linux/amd64 -v /Users/ben.pedigo/.cloudvolume/secrets:/root/.cloudvolume/secrets vasculature-features`

To tag:
`docker tag vasculature-features bdpedigo/vasculature-features:v0`

To push:
`docker push bdpedigo/vasculature-features:v0`

Making a cluster:
`sh ./make_cluster.sh`

Configuring a cluster:
`kubectl apply -f kube-task.yml`

Monitor the cluster:
`kubectl get pods`

Watch the logs in real-time:
`kubectl logs -f `