Skip to content

Commit

Permalink
Update Dockerfile.processor removing comment from remoteServiceAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
arisjr authored Jul 12, 2024
1 parent 6f3a422 commit 6f76cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.processor
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN --mount=type=secret,id=ACTION_GH_TOKEN export ACTION_GH_TOKEN=$(cat /run/sec
&& echo "Uncommenting a audiotranscription flags to enable entrypoint value filling" \
&& echo "#####################################" \
&& sed -i -e "s/# huggingFaceModel = lgris/huggingFaceModel = lgris/" /opt/IPED/iped/conf/AudioTranscriptConfig.txt \
&& sed -i -e "s/# wav2vec2Service = 127.0.0.1:11111/wav2vec2Service = 127.0.0.1:11111/" /opt/IPED/iped/conf/AudioTranscriptConfig.txt \
&& sed -i -e "s/# remoteServiceAddress = 127.0.0.1:11111/remoteServiceAddress = 127.0.0.1:11111/" /opt/IPED/iped/conf/AudioTranscriptConfig.txt \
# && echo "#####################################" \
# && echo "Removing IPED's TSK-JAVA-JNI lib to avoid conflict of libs" \
# && echo "#####################################" \
Expand Down

0 comments on commit 6f76cd9

Please sign in to comment.