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"