1 Star 0 Fork 0

小荷才露尖尖角/MY_invesalius

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 529 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM ubuntu:16.04
RUN apt-get update
RUN apt-get install -y \
cython \
locales \
python-concurrent.futures \
python-gdcm \
python-matplotlib \
python-nibabel \
python-numpy \
python-pil \
python-psutil \
python-scipy \
python-serial \
python-skimage \
python-vtk6 \
python-vtkgdcm \
python-wxgtk3.0
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
WORKDIR /usr/local/app
COPY . .
RUN python setup.py build_ext --inplace
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Heconnor/my_invesalius.git
git@gitee.com:Heconnor/my_invesalius.git
Heconnor
my_invesalius
MY_invesalius
master

搜索帮助