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

7 lines
97 B
Docker
Raw Normal View History

2019-11-10 15:31:06 +01:00
FROM jupyter/scipy-notebook
COPY postBuild /tmp/
RUN /tmp/postBuild \
&& rm /tmp/postBuild