Skip to content

Commit

Permalink
newid curl i wget
Browse files Browse the repository at this point in the history
  • Loading branch information
str20tbl committed Mar 10, 2022
1 parent 0decd1a commit 477c964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ RUN git checkout c63bb48
RUN pip3 install -e .

RUN mkdir /models/
RUN wget -o /models/model.pth.tar https://github.com/techiaith/docker-coqui-tts-cy/releases/download/22.03/techiaith_bangor_22.03.pth.tar
RUN wget -o /models/config.json https://github.com/techiaith/docker-coqui-tts-cy/releases/download/22.03/techiaith_bangor_22.03.config.json
RUN wget -O /models/model.pth.tar https://github.com/techiaith/docker-coqui-tts-cy/releases/download/22.03/techiaith_bangor_22.03.pth.tar
RUN wget -O /models/config.json https://github.com/techiaith/docker-coqui-tts-cy/releases/download/22.03/techiaith_bangor_22.03.config.json

0 comments on commit 477c964

Please sign in to comment.