Skip to content

Commit

Permalink
Build training module from checkout commit to avoid inconsistencies w…
Browse files Browse the repository at this point in the history
…ith version
  • Loading branch information
wasertech committed Jun 4, 2022
1 parent 65aef10 commit 74a0c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STT/Dockerfile.train
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ RUN pip install --upgrade native_client/ctcdecode/dist/*.whl
RUN DS_NODECODER=y DS_NOTENSORFLOW=y pip install --upgrade --force-reinstall -e .

# Install coqui_stt_training (inside tf-venv) for exporting models using tflite
RUN ${HOME}/tf-venv/bin/pip install coqui_stt_training
RUN ${HOME}/tf-venv/bin/pip install -e .

# 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"])') \
Expand Down

0 comments on commit 74a0c6a

Please sign in to comment.