1 Star 0 Fork 1

带你看海/TensorFlowTTS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dockerfile 248 Bytes
一键复制 编辑 原始数据 按行查看 历史
dathudeptrai 提交于 2020-11-25 17:07 +08:00 . 🌓 Update Docker to tf 2.3.1-gpu.
FROM tensorflow/tensorflow:2.3.1-gpu
RUN apt-get update
RUN apt-get install -y zsh tmux wget git libsndfile1
RUN pip install ipython && \
pip install git+https://github.com/TensorSpeech/TensorflowTTS.git
RUN mkdir /workspace
WORKDIR /workspace
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/baymax2019/TensorFlowTTS.git
git@gitee.com:baymax2019/TensorFlowTTS.git
baymax2019
TensorFlowTTS
TensorFlowTTS
master

搜索帮助