Skip to content

Commit

Permalink
Merge pull request #9 from nipreps/enh/add-gitpuller
Browse files Browse the repository at this point in the history
add nbgitpuller
  • Loading branch information
oesteban authored May 6, 2022
2 parents 9a4b61c + 7df66ee commit f84659f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN curl -sSL "https://fonts.google.com/download?family=Libre%20Franklin" -o /tm
RUN fc-cache -v

# Installing precomputed python packages
RUN conda install -y -c conda-forge -c anaconda \
RUN conda install -y -c conda-forge \
attr \
jupytext \
nibabel \
Expand Down Expand Up @@ -97,3 +97,13 @@ RUN rm -rf /home/${NB_USER}/.cache/matplotlib \

ARG GITHUB_PAT
RUN R -e "devtools::install_github('AWKruijt/eMergeR')"

RUN pip install --no-cache-dir nbgitpuller
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build \
&& export NODE_OPTIONS=--max-old-space-size=4096 \
&& jupyter lab build && \
jupyter lab clean && \
jlpm cache clean && \
npm cache clean --force && \
rm -rf $HOME/.node-gyp && \
rm -rf $HOME/.local && rm -rf /tmp/*

0 comments on commit f84659f

Please sign in to comment.