Skip to content

Commit

Permalink
rm convert_graphdef_memmapped_format
Browse files Browse the repository at this point in the history
  • Loading branch information
wasertech committed May 24, 2022
1 parent 597e6eb commit 75b3734
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile.train
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ COPY training /code/training
RUN mkdir -p /code/kenlm/build/
COPY --from=kenlm-build /code/kenlm/build/bin /code/kenlm/build/bin

# Tool to convert output graph for inference
RUN curl -L https://github.com/coqui-ai/STT/releases/download/v0.9.3/convert_graphdef_memmapped_format.linux.amd64.zip | funzip > convert_graphdef_memmapped_format && \
chmod +x convert_graphdef_memmapped_format

# Pre-built native client tools
RUN LATEST_STABLE_RELEASE=$(curl "https://api.github.com/repos/coqui-ai/STT/releases/latest" | python -c 'import sys; import json; print(json.load(sys.stdin)["tag_name"])') \
bash -c 'curl -L https://github.com/coqui-ai/STT/releases/download/${LATEST_STABLE_RELEASE}/native_client.tflite.Linux.tar.xz | tar -xJvf -'
Expand Down

0 comments on commit 75b3734

Please sign in to comment.