Skip to content

Commit

Permalink
update binder
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Oct 16, 2023
1 parent a1a1c77 commit a0f8c51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand All @@ -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}
USER ${USER}

0 comments on commit a0f8c51

Please sign in to comment.