You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Dockerfile 549 B

4 years ago
1234567891011121314
  1. FROM ubuntu:bionic
  2. ADD docker/docs/sources.list.ustc /etc/apt/sources.list
  3. ENV DEBIAN_FRONTEND=noninteractive
  4. RUN apt update && \
  5. apt install -y python3-pip python3-tk python-qt4 wget && \
  6. pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow
  7. ADD . /tensorlayer
  8. WORKDIR /tensorlayer
  9. RUN ln -s `which pip3` /usr/bin/pip && \
  10. ./scripts/install-horovod-for-doc-test.sh
  11. RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple .
  12. RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -e .[all]
  13. RUN make -C docs html

TensorLayer3.0 是一款兼容多种深度学习框架为计算后端的深度学习库。计划兼容TensorFlow, Pytorch, MindSpore, Paddle.