From f3abab212ef37c9d0f2b65a091e39af6e8f9d70e Mon Sep 17 00:00:00 2001 From: opensource-tnbt Date: Wed, 15 Jan 2020 14:52:05 +0530 Subject: Tools: Jupyter Notebook Bug-fixes and Update. Separate volume for Jupyter Data is created. Results will be stored in that volume. Notebook is updated to use the volume. Signed-off-by: Sridhar K. N. Rao Change-Id: I2a359d64cf3d4281686d4d3c3d6f3ee6587c1e13 --- tools/docker/results/jupyter/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/docker/results/jupyter/Dockerfile') diff --git a/tools/docker/results/jupyter/Dockerfile b/tools/docker/results/jupyter/Dockerfile index d2816951..94f9bd36 100644 --- a/tools/docker/results/jupyter/Dockerfile +++ b/tools/docker/results/jupyter/Dockerfile @@ -10,4 +10,7 @@ RUN pip install -U graphviz paramiko RUN echo "c.NotebookApp.token=''" >> $HOME/.jupyter/jupyter_notebook_config.py VOLUME /notebooks +VOLUME /data + +RUN mkdir /data/results WORKDIR /notebooks -- cgit 1.2.3-korg