Skip to content

Commit 7dab19e

Browse files
committed
Fix .compute for packaged training code
1 parent 0cc815f commit 7dab19e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.compute

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ python3 -m venv /tmp/venv
88
source /tmp/venv/bin/activate
99

1010
pip install -U setuptools wheel pip
11-
pip install -r <(grep -v tensorflow requirements.txt)
11+
pip install .
12+
pip uninstall -y tensorflow
1213
pip install tensorflow-gpu==1.14
1314

14-
# Install ds_ctcdecoder package from TaskCluster
15-
pip install $(python3 util/taskcluster.py --decoder)
16-
1715
mkdir -p ../keep/summaries
1816

1917
data="${SHARED_DIR}/data"

0 commit comments

Comments
 (0)