This container creates the Alvearie Clinical Ingestion pattern's de-identification service
To run in Docker:
docker run -it -d -p 8080:8080 --name deid alvearie/deid
To run in Kubernetes:
kubectl run deid --image=alvearie/deid --port 8080
You can then check the status of the service:
http://ip:8080/api/v1/health
Content type
Image
Digest
sha256:63cc450e3…
Size
97.8 MB
Last updated
8 months ago
docker pull alvearie/deid:v1.4.0