Skip to content

Commit

Permalink
Fix .compute for packaged training code
Browse files Browse the repository at this point in the history
  • Loading branch information
reuben committed Apr 1, 2020
1 parent 0cc815f commit 7dab19e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .compute
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7dab19e

Please sign in to comment.