facebookresearch / Clinical-Trial-Parser

Library for converting clinical trial eligibility criteria to a machine-readable format.
Apache License 2.0
163 stars 58 forks source link

Is it possible to deploy the Clinical Trial Parser as a docker container #25

Closed srinhari closed 1 year ago

srinhari commented 1 year ago

Is it possible to deploy the Clinical Trial Parser as a docker container?

salkola commented 1 year ago

It could be possible to publish a Docker image to Docker Hub or GitHub Packages, although I have not tried it.

pmittal77 commented 1 year ago

Clinical Trial Parser mostly uses Go and Python. You should be able to create Docker for Go as mentioned here: https://hub.docker.com/_/golang. After that you can install python related stuff.

srinhari commented 1 year ago

Thank you @salkola and @pmittal77 . Will explore these options.