From a0f8c51dca9d49145d2758713f2f6d74c67c9fdc Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Mon, 16 Oct 2023 16:48:03 +0100 Subject: [PATCH] update binder --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 26b8d055..4144a9e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ - + #Dockerfile for running pycamb notebooks with binder #https://mybinder.org/v2/gh/cmbant/camb/master?filepath=docs%2FCAMBdemo.ipynb -FROM cmbant/cosmobox:gcc9 +FROM cmbant/cosmobox:latest RUN pip install --no-cache --upgrade pip && \ @@ -26,8 +26,8 @@ RUN chown -R ${NB_UID} ${HOME} USER ${NB_USER} WORKDIR ${HOME} -RUN pip install --no-cache-dir notebook==5.* -RUN python setup.py build + +RUN pip install --no-cache-dir -e . WORKDIR ${HOME} -USER ${USER} \ No newline at end of file +USER ${USER}