We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 474c286 + 63816b8 commit 9ab9059Copy full SHA for 9ab9059
examples/practical-example/Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER Eduardo Silva <[email protected]>
4
# This is the practical example part
5
6
RUN mkdir -p /opt/models && cd /opt/models && \
7
- wget https://phon.ioc.ee/~tanela/tedlium_nnet_ms_sp_online.tgz && \
+ wget --no-check-certificate https://phon.ioc.ee/~tanela/tedlium_nnet_ms_sp_online.tgz && \
8
tar -zxvf tedlium_nnet_ms_sp_online.tgz && \
9
wget https://raw.githubusercontent.com/alumae/kaldi-gstreamer-server/master/sample_english_nnet2.yaml -P /opt/models && \
10
find /opt/models/ -type f | xargs sed -i 's:test:/opt:g' && \
0 commit comments