Skip to content

Commit

Permalink
rifiuti correction
Browse files Browse the repository at this point in the history
  • Loading branch information
arisjr committed Nov 13, 2022
1 parent 7739123 commit c21923b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile.processor
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ RUN apt-get update && apt-get install -y wget gnupg apt-utils software-propertie
#&& ./configure --prefix=/usr \
#&& make all install \
#&& rm -rf /opt/rifiuti2
&& update-alternatives --install /usr/bin/rifiuti rifiuti /usr/bin/rifiuti2 1 \
&& echo "#####################################" \
&& echo "Instal ImageMagik" \
&& cd /opt \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ docker run --rm -it -e TZ="Europe/Berlin" -e iped_locale="de-DE" \
-v /mnt/Downloaded_Hashesdb:/mnt/hashesdb \
-v /mnt/Downloaded_Vosk_Model:/root/IPED/iped/models/vosk/de-DE
-v /conf/YourNERConfig.txt:/root/IPED/iped/conf/NamedEntityRecognitionConfig.txt
ipeddocker/iped:processor_4.0.6_3 java -jar iped.jar --nogui \
ipeddocker/iped:processor java -jar iped.jar --nogui \
-d /evidences/test/test.dd \
-o /evidences/test/iped-output
Expand Down

0 comments on commit c21923b

Please sign in to comment.