# mbuckler/tf-faster-rcnn-deps
#
# Dockerfile to hold dependencies for the Tensorflow implmentation
# of Faster RCNN
FROM mbuckler/tensorflow:cuda-7.5
WORKDIR /root
# Get required packages
RUN apt-get update && \
apt-get install vim \
python-pip \
python-dev \
python-opencv \
python-tk \
libjpeg-dev \
libfreetype6 \
libfreetype6-dev \
zlib1g-dev \
cmake \
wget \
cython \
git \
-y
# Get required python modules
RUN pip install --upgrade pip
RUN pip install image \
scipy \
matplotlib \
PyYAML \
numpy \
easydict
# Update numpy
RUN pip install -U numpy
# Install python interface for COCO
RUN git clone https://github.com/pdollar/coco.git
WORKDIR /root/coco/PythonAPI
RUN make
WORKDIR /root
# Add CUDA to the path
ENV LD_LIBRARY_PATH $LD_LIBRARY_PATH:/usr/local/cuda/lib64
ENV CUDA_HOME /usr/local/cuda
ENV PYTHONPATH /root/coco/PythonAPI
RUN ldconfig
科技之禅
认证博客专家
算法
数据分析
PyTorch
1.职位:高级算法研究员;2.主要的研究领域:语音合成、语音识别、歌声合成、强化学习;3.历史项目经历: A.ML:AI平台算子开发,B.DNN:歌声合成系统开发,C.DNN:中英语音合成算法研究以及文本正则处理,D.强化学习:AlphaGo复现象棋开发,E.知识图谱:运维机器人开发,F.工程化:AI微服务。