Skip to content

Commit 9ab9059

Browse files
authored
Merge pull request #28 from mdoulaty/patch-1
Updated Dockerfile
2 parents 474c286 + 63816b8 commit 9ab9059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/practical-example/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MAINTAINER Eduardo Silva <[email protected]>
44
# This is the practical example part
55

66
RUN mkdir -p /opt/models && cd /opt/models && \
7-
wget https://phon.ioc.ee/~tanela/tedlium_nnet_ms_sp_online.tgz && \
7+
wget --no-check-certificate https://phon.ioc.ee/~tanela/tedlium_nnet_ms_sp_online.tgz && \
88
tar -zxvf tedlium_nnet_ms_sp_online.tgz && \
99
wget https://raw.githubusercontent.com/alumae/kaldi-gstreamer-server/master/sample_english_nnet2.yaml -P /opt/models && \
1010
find /opt/models/ -type f | xargs sed -i 's:test:/opt:g' && \

0 commit comments

Comments
 (0)