Skip to content

Instantly share code, notes, and snippets.

@cewee
cewee / gist:356b941a4006a502a67f68213f1a76b5
Created August 20, 2018 17:24
Docker py-faster-rcnn and caffe with cuda8
FROM nvidia/cuda:8.0-cudnn6-devel-ubuntu16.04
ENV PACKAGES_ROOT=/opt
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
cmake \
git \
wget \
libatlas-base-dev \