This repository has been archived on 2019-12-02. You can view files and clone it, but cannot push or open issues/pull-requests.
video-analysis/Dockerfile

7 lines
97 B
Docker

FROM jupyter/scipy-notebook
COPY postBuild /tmp/
RUN /tmp/postBuild \
&& rm /tmp/postBuild