You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by dm...@apache.org on 2020/12/02 22:01:21 UTC

[tika-docker] branch master updated: Refactored location for Tika Vision example config files

This is an automated email from the ASF dual-hosted git repository.

dmeikle pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new bb2a066  Refactored location for Tika Vision example config files
bb2a066 is described below

commit bb2a06644e2d85394f330b54883fd57a01796a73
Author: David Meikle <dm...@apache.org>
AuthorDate: Wed Dec 2 22:01:07 2020 +0000

    Refactored location for Tika Vision example config files
---
 docker-compose-tika-vision.yml                         | 6 +++---
 sample-configs/{ => vision}/inception-rest-caption.xml | 0
 sample-configs/{ => vision}/inception-rest-video.xml   | 0
 sample-configs/{ => vision}/inception-rest.xml         | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker-compose-tika-vision.yml b/docker-compose-tika-vision.yml
index 6fd3c32..9e054ec 100644
--- a/docker-compose-tika-vision.yml
+++ b/docker-compose-tika-vision.yml
@@ -26,9 +26,9 @@ services:
 
     volumes:
       # Replace the below with the configuration you want to use, or with your own custom one 
-      # -  ./sample-configs/inception-rest.xml:/tika-config.xml
-      # -  ./sample-configs/inception-rest-video.xml:/tika-config.xml
-      -  ./sample-configs/inception-rest-caption.xml:/tika-config.xml
+      # -  ./sample-configs/vision/inception-rest.xml:/tika-config.xml
+      # -  ./sample-configs/vision/inception-rest-video.xml:/tika-config.xml
+      -  ./sample-configs/vision/inception-rest-caption.xml:/tika-config.xml
    
     depends_on:
       # You can comment out any you don't need here and in the Vision Service section below
diff --git a/sample-configs/inception-rest-caption.xml b/sample-configs/vision/inception-rest-caption.xml
similarity index 100%
rename from sample-configs/inception-rest-caption.xml
rename to sample-configs/vision/inception-rest-caption.xml
diff --git a/sample-configs/inception-rest-video.xml b/sample-configs/vision/inception-rest-video.xml
similarity index 100%
rename from sample-configs/inception-rest-video.xml
rename to sample-configs/vision/inception-rest-video.xml
diff --git a/sample-configs/inception-rest.xml b/sample-configs/vision/inception-rest.xml
similarity index 100%
rename from sample-configs/inception-rest.xml
rename to sample-configs/vision/inception-rest.xml