From 7dab19ebe56349ae4609098d4cbea2d24f9ee734 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Wed, 1 Apr 2020 16:24:36 +0200 Subject: [PATCH] Fix .compute for packaged training code --- .compute | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.compute b/.compute index dec21483..a1309aee 100755 --- a/.compute +++ b/.compute @@ -8,12 +8,10 @@ python3 -m venv /tmp/venv source /tmp/venv/bin/activate pip install -U setuptools wheel pip -pip install -r <(grep -v tensorflow requirements.txt) +pip install . +pip uninstall -y tensorflow pip install tensorflow-gpu==1.14 -# Install ds_ctcdecoder package from TaskCluster -pip install $(python3 util/taskcluster.py --decoder) - mkdir -p ../keep/summaries data="${SHARED_DIR}/data"