Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdpedigo/vasculature-features
https://github.com/bdpedigo/vasculature-features
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bdpedigo/vasculature-features
- Owner: bdpedigo
- Created: 2024-09-04T15:28:52.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T20:08:12.000Z (2 months ago)
- Last Synced: 2024-09-07T00:00:25.471Z (2 months ago)
- Language: Python
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 `