Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 566 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 566 Bytes

OHDSI-Docker image

Docker images for OHDSI R tools

HOW TO USE

docker run --name cohortmethod -e USER=user -e PASSWORD=password1 -d -p 8787:8787 chandryou/cohortmethod:3.0.2

docker run --name plp -e USER=user -e PASSWORD=password1 -d -p 8787:8787 chandryou/patientlevelprediction_cpu:3.0.0

docker run --name tutorial -e USER=user -e PASSWORD=password1 -d -p 8787:8787 chandryou/ohdsi_tutorial

consider to increase the upper limit of file open --ulimit nofile= 10000000:10000000

consider to increase C_stack size --ulimit stack=8277716992:8277716992