-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDockerfile
More file actions
14 lines (10 loc) · 784 Bytes
/
Copy pathDockerfile
File metadata and controls
14 lines (10 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FROM nvidia/cuda:8.0-cudnn6-devel-ubuntu16.04
RUN apt-get update && apt-get install -y libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev protobuf-compiler libhdf5-10 libhdf5-serial-dev libhdf5-dev libhdf5-cpp-11 libboost-all-dev libatlas-base-dev libopenblas-dev python-dev libgflags-dev libgoogle-glog-dev liblmdb-dev git python-numpy wget curl libssl-dev python-pip awscli unzip
RUN pip install --upgrade pip
RUN python -V && which python && pip -V
RUN apt-get install -y python-tk
RUN pip install --no-cache-dir werkzeug flask tornado numpy pandas pillow pyyaml opencv-python scikit-image matplotlib
RUN mkdir /workspace
WORKDIR /workspace
RUN git clone https://github.com/asyncbridge/tsinghua-tencent-100k.git
RUN cd tsinghua-tencent-100k/code/script && ./compile.sh