short-edition / syntaxnet-wrapper

Wrapper to use syntaxnet with pre-trained model
29 stars 2 forks source link

Use the wrapper with alpine #11

Open RodSernaPerez opened 6 years ago

RodSernaPerez commented 6 years ago

The docker image for this wrapper is built on ubuntu, which makes it too heavy. Is there any simple way to build it on Alpine?

Thanks!!

MathiasDesch commented 6 years ago

It is built on ubuntu because it uses the official syntaxnet image: tensorflow/syntaxnet.

I guess it is possible to build syntaxnet on Alpine but needs a bit of work to adapt it. It is rather a syntaxnet problem. Adapting the wrapper dockerfile would be then easy.