d000d76548
This reverts commit08cebeda3c
, reversing changes made to86845dd022
.
9 lines
242 B
Makefile
9 lines
242 B
Makefile
DEEPSPEECH_REPO ?= https://github.com/mozilla/DeepSpeech.git
|
|
DEEPSPEECH_SHA ?= origin/master
|
|
|
|
Dockerfile%: Dockerfile%.tmpl
|
|
sed \
|
|
-e "s|#DEEPSPEECH_REPO#|$(DEEPSPEECH_REPO)|g" \
|
|
-e "s|#DEEPSPEECH_SHA#|$(DEEPSPEECH_SHA)|g" \
|
|
< $< > $@
|