Re: Docker

2017-04-24 Thread Finan, Sean
quot;,"exec:exec","-Dexec.executable=\"java\"" "-Dexec.args=\"-cp %classpath -Xmx4G org.apache.ctakes.core.pipeline.PiperFileRunner\""] # use CMD and specify default run settings: project name. CMD ["-i","inputDir","--xmiOut&qu

Re: Docker

2017-04-24 Thread Miller, Timothy
t; > > -Original Message- > > From: Jay Vyas [mailto:jayunit100.apa...@gmail.com]   > Sent: Sunday, April 23, 2017 5:56 AM > > To: dev@ctakes.apache.org > > Subject: Re: Docker > > > > Dockerizing ctakes as a build was useful at one t

RE: Docker

2017-04-24 Thread John Travis Green
Message- From: Jay Vyas [mailto:jayunit100.apa...@gmail.com] Sent: Sunday, April 23, 2017 5:56 AM To: dev@ctakes.apache.org Subject: Re: Docker Dockerizing ctakes as a build was useful at one time for sure. If running as a microservice remember the size of the image is problematic

RE: Docker

2017-04-23 Thread Finan, Sean
to document a static location for the database, etc. etc. Sean -Original Message- From: Jay Vyas [mailto:jayunit100.apa...@gmail.com] Sent: Sunday, April 23, 2017 5:56 AM To: dev@ctakes.apache.org Subject: Re: Docker Dockerizing ctakes as a build was useful at one time for sure. If

Re: Docker

2017-04-23 Thread Jay Vyas
Dockerizing ctakes as a build was useful at one time for sure. If running as a microservice remember the size of the image is problematic ; you don't want it on lots of different nodes if using something like kubernetes. Also remember to make sure you run with Xmx args so that cgroups done const

Re: Docker

2017-04-23 Thread Oleg Tikhonov
I've tried to create service from https://hub.docker.com/r/llin/docker_apache_ctakes/~/dockerfile/, without success. However Docker file looks as follows: FROM java:7 ADD http://mirror.softaculous.com/apache/ctakes/ctakes-3.2.2/apache-ctakes- 3.2.2-bin.tar.gz ADD https://storage.googleapis.com/go

Re: Docker

2017-04-22 Thread Oleg Tikhonov
Here is an output *tmills/ctakes-as* cTAKES and UIMA-AS binaries with a few scr... 0 *jayunit100/ctakes-example-image-mvn* 0 *llin/docker_apache_ctakes * Docker image for apache ctakes 0[OK] 0 - means stars/rating OK - means,

Re: Docker

2017-04-22 Thread Oleg Tikhonov
Hi, did you tried: docker search ctakes ? If any body did that, and put in the repository, you could have see it. Oleg On Sun, Apr 23, 2017 at 1:58 AM, John Travis Green < john.travis.gr...@gmail.com> wrote: > Has anyone dockerized ctakes? If so do you mind sending the Dockerfile, > thanks! Joh