hercules icon indicating copy to clipboard operation
hercules copied to clipboard

Sentiment does not exist in the docker image

Open lerra opened this issue 4 years ago • 3 comments

Hi,

It looks like the docker image does not support the sentiment feature and I got the version

`docker run --rm -v $(pwd):/io srcd/hercules hercules --sentiment --pb https://github.com/django/django Error: unknown flag: --sentiment Usage: hercules [flags] hercules [command]

unknown flag: --sentiment Here is the version outputdocker run --rm -v $(pwd):/io srcd/hercules hercules version Version: 10 Git: 5263b0a6fa8bd2a0af2246106d7b1b076aac75aa `

lerra avatar Nov 18 '19 22:11 lerra

Yep, this is intended: including TensorFlow adds 300MB to the image size. Besides, it works much slower on CPU and including a GPU flavor is harder.

I can prepare a separate image though.

vmarkovtsev avatar Nov 19 '19 06:11 vmarkovtsev

That would be really nice if that was available!

lerra avatar Nov 19 '19 15:11 lerra

When do you think you will have time to prepare it?

lerra avatar Dec 04 '19 19:12 lerra