src-d / hercules

Gaining advanced insights from Git repository history.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentiment does not exist in the docker image

lerra opened this issue · 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: 5263b0a
`

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.

That would be really nice if that was available!

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