You can directly pull the pre-build docker images for DELTA and DELTANN. We have created the following docker images:
Make sure docker
has been installed. You can refer to the official tutorial.
You can build DETLA or DETLANN locally as Build Images, or using pre-build images as belows:
All avaible image tags list in here, please choose one as needed.
If you choose 1.14.0-delta-cpu-py3
, then download the image as below:
docker pull zh794390558/delta:1.14.0-delta-cpu-py3
After the image downloaded, create a container:
cd /path/to/detla && docker run -it -v $PWD:/delta zh794390558/delta:1.14.0-delta-cpu-py3 /bin/bash
then develop as usual.
We recommend using a high-end machine to develop DELTANN, since it needs to compile
Tensorflow
which is time-consuming.