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
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
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
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
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
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
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,
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