Fix .compute for packaged training code

This commit is contained in:
Reuben Morais 2020-04-01 16:24:36 +02:00
parent 0cc815f1f0
commit 7dab19ebe5
1 changed files with 2 additions and 4 deletions

View File

@ -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"