From e17619bec8a1fa00b191e3e1a0bb9d93165da4e0 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 18 Jun 2020 17:26:38 +0200 Subject: [PATCH] Make paths relative. --- Dockerfile.train.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.train.tmpl b/Dockerfile.train.tmpl index c9a92117..da23acab 100644 --- a/Dockerfile.train.tmpl +++ b/Dockerfile.train.tmpl @@ -47,7 +47,7 @@ RUN pip3 install --upgrade pip==20.0.2 wheel==0.34.2 setuptools==46.1.3 RUN DS_NODECODER=y DS_NOTENSORFLOW=y pip3 install --upgrade --force-reinstall -e . # Tool to convert output graph for inference -RUN python3 /DeepSpeech/util/taskcluster.py --source tensorflow --branch r1.15 \ - --artifact convert_graphdef_memmapped_format --target /DeepSpeech/ +RUN python3 util/taskcluster.py --source tensorflow --branch r1.15 \ + --artifact convert_graphdef_memmapped_format --target . RUN ./bin/run-ldc93s1.sh