Skip to content

Commit

Permalink
Add requirements for running pycaffe in the development docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Lezar committed Feb 11, 2016
1 parent e2a1ced commit ff0ca8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docker/devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,30 @@ MAINTAINER team-sl@zalando.de
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
cmake \
cmake-curses-gui \
git \
ca-certificates \
git \
bc \
build-essential \
libatlas-base-dev \
libatlas-dev \
libboost-all-dev \
libgflags-dev \
libgoogle-glog-dev \
libhdf5-serial-dev \
libhdf5-dev \
libleveldb-dev \
liblmdb-dev \
libopenblas-dev \
libopencv-dev \
libprotobuf-dev \
libsnappy-dev \
protobuf-compiler \
python-dev \
python-numpy \
python-pip \
python-protobuf \
python-skimage \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down
1 change: 1 addition & 0 deletions docker/start_caffe_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ eval ${DOCKER} run \
-h $DOCKER_HOST \
-v $CAFFE_ROOT:$CAFFE_ROOT \
-w $CAFFE_ROOT \
-e PYTHONPATH=$CAFFE_ROOT/python \
-u $USER_ID:$GROUP_ID \
$DOCKER_IMAGE bash

0 comments on commit ff0ca8e

Please sign in to comment.