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 651 B

12345678910111213141516171819202122232425
  1. FROM python:3.6.3
  2. MAINTAINER root
  3. RUN cp /etc/apt/sources.list /etc/apt/sources.list.bak
  4. ADD sources.list /etc/apt/
  5. # 安装基础包
  6. RUN DEBIAN_FRONTEND=noninteractive apt-get update
  7. ENV LANG C.UTF-8
  8. RUN pip install --user -i https://mirrors.cloud.tencent.com/pypi/simple/ --upgrade pip
  9. RUN pip install --user -i https://mirrors.cloud.tencent.com/pypi/simple/ pydicom
  10. RUN pip install --user -i https://mirrors.cloud.tencent.com/pypi/simple/ scikit-image
  11. RUN pip install --user -i https://mirrors.cloud.tencent.com/pypi/simple/ redis
  12. RUN pip install --user -i https://mirrors.cloud.tencent.com/pypi/simple/ scipy
  13. RUN echo 'success!!!'

一站式算法开发平台、高性能分布式深度学习框架、先进算法模型库、视觉模型炼知平台、数据可视化分析平台等一系列平台及工具,在模型高效分布式训练、数据处理和可视分析、模型炼知和轻量化等技术上形成独特优势,目前已在产学研等各领域近千家单位及个人提供AI应用赋能