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
110 B
Docker

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