Compare commits

...

No commits in common. "85aff276b78c2204d3597990c7bf39d05ef86092" and "c680570d13df976908cd525f56d57cbf160dab30" have entirely different histories.

3 changed files with 2 additions and 2 deletions

View File

@ -1 +0,0 @@
data

View File

@ -1,6 +1,6 @@
FROM jupyter/scipy-notebook
COPY --chown=1000 postBuild /tmp/
COPY postBuild /tmp/
RUN /tmp/postBuild \
&& rm /tmp/postBuild

View File

@ -2,6 +2,7 @@ version: '3'
services:
jupyter:
build: .
#image: jupyter/scipy-notebook
volumes:
- ./:/home/jovyan/work/
ports: