Fix .compute for packaged training code
This commit is contained in:
parent
0cc815f1f0
commit
7dab19ebe5
6
.compute
6
.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"
|
||||
|
|
Loading…
Reference in New Issue