- fox project: http://aksw.org/Projects/FOX.html
- fox githup repo: https://github.com/AKSW/fox
- prebuilt container: https://hub.docker.com/r/rpietzsch/fox-docker/
$ make
Available targets
build Build a fox docker container.
tag Tags the image according to the docker hub naming.
run Starts a container from the image.
push Push built container to public docker registry hub.docker.com .
help This help screen.
docker run -d --name my_fox_container -p 4444:4444 rpietzsch/fox-docker:latest
To configure fox at runtime use the following environment variables, set them `-e =[-e ...[]]
XMX
: configures the jvm memory settings, default8G
LNG
: sets the language to be trained, currentlyen
de
are supported, defaultde
A sample of a fully run configuration looks like:
docker run -d --name=my_fox_container -e XMX=7G -e LNG=en -p 8888:4444 rpietzsch/fox-docker:latest