Skip to content
Snippets Groups Projects
Commit a19e1829 authored by Bertrand Goupil's avatar Bertrand Goupil
Browse files

readme change

parent 86f87807
No related branches found
No related tags found
No related merge requests found
......@@ -47,12 +47,12 @@ Models and resources are embedded by default in the docker image.
+ Start default image `docker run -p 8080:8080 -t limsi-source-extractor`
####Custom resources/lib
Build image can be used with new traing set. In this case it is possible to overwrite default model configuration.
Build image can be used with new training set. In this case it is possible to overwrite default model configuration.
In the docker image volumes have been setup to mount new resources.
+ `lib` folder should be mount to `/configuration/lib`
+ `resources` folder should be mount to `/configuration/resources`
+ Configuration file from PROJECT_HOME/Limsi-SourceExtractor/configuration/ that define `application.yml` whith docker Volumes must be use.
+ Configuration file from PROJECT_HOME/Limsi-SourceExtractor/configuration/ that define `application.yml` with docker Volumes must be use.
+ Run docker image with mount resources:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment