This is an automated email from the ASF dual-hosted git repository. thammegowda pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tika.git
commit 834920e769e674b0af8024fdb6067ee12651d196 Author: Thamme Gowda <[email protected]> AuthorDate: Thu Apr 20 13:31:12 2017 -0700 Updated URL to point to ASF repo --- .../org/apache/tika/parser/recognition/tf/InceptionRestDockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tika-parsers/src/main/resources/org/apache/tika/parser/recognition/tf/InceptionRestDockerfile b/tika-parsers/src/main/resources/org/apache/tika/parser/recognition/tf/InceptionRestDockerfile index 753ec33..c4f93ad 100644 --- a/tika-parsers/src/main/resources/org/apache/tika/parser/recognition/tf/InceptionRestDockerfile +++ b/tika-parsers/src/main/resources/org/apache/tika/parser/recognition/tf/InceptionRestDockerfile @@ -32,9 +32,8 @@ RUN \ RUN wget https://github.com/tensorflow/models/archive/c15fada28113eca32dc98d6e3bec4755d0d5b4c2.zip && \ unzip c15fada28113eca32dc98d6e3bec4755d0d5b4c2.zip -# TODO: Change the URL to Apache/Tika Repo when this PR gets merged RUN \ - wget https://raw.githubusercontent.com/KranthiGV/tika/TIKA-2306/tika-parsers/src/main/resources/org/apache/tika/parser/recognition/tf/inceptionapi.py -O /usr/bin/inceptionapi.py && \ + wget https://raw.githubusercontent.com/apache/tika/TIKA-2306/tika-parsers/src/main/resources/org/apache/tika/parser/recognition/tf/inceptionapi.py -O /usr/bin/inceptionapi.py && \ chmod +x /usr/bin/inceptionapi.py # clean up cache, so we can publish smaller image to hub -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
