src-d / hercules

Gaining advanced insights from Git repository history.
Other
2.63k stars 334 forks source link

Sentiment does not exist in the docker image #322

Open lerra opened 5 years ago

lerra commented 5 years ago

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 output `docker run --rm -v $(pwd):/io srcd/hercules hercules version Version: 10 Git: 5263b0a6fa8bd2a0af2246106d7b1b076aac75aa `
vmarkovtsev commented 5 years ago

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.

lerra commented 5 years ago

That would be really nice if that was available!

lerra commented 4 years ago

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