facebookresearch/Clinical-Trial-Parser

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

Closed this issue · 3 comments

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

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

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.

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