Skip to content

Commit f84659f

Browse files
authored
Merge pull request #9 from nipreps/enh/add-gitpuller
add nbgitpuller
2 parents 9a4b61c + 7df66ee commit f84659f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Dockerfile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN curl -sSL "https://fonts.google.com/download?family=Libre%20Franklin" -o /tm
6262
RUN fc-cache -v
6363

6464
# Installing precomputed python packages
65-
RUN conda install -y -c conda-forge -c anaconda \
65+
RUN conda install -y -c conda-forge \
6666
attr \
6767
jupytext \
6868
nibabel \
@@ -97,3 +97,13 @@ RUN rm -rf /home/${NB_USER}/.cache/matplotlib \
9797

9898
ARG GITHUB_PAT
9999
RUN R -e "devtools::install_github('AWKruijt/eMergeR')"
100+
101+
RUN pip install --no-cache-dir nbgitpuller
102+
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build \
103+
&& export NODE_OPTIONS=--max-old-space-size=4096 \
104+
&& jupyter lab build && \
105+
jupyter lab clean && \
106+
jlpm cache clean && \
107+
npm cache clean --force && \
108+
rm -rf $HOME/.node-gyp && \
109+
rm -rf $HOME/.local && rm -rf /tmp/*

0 commit comments

Comments
 (0)