File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN curl -sSL "https://fonts.google.com/download?family=Libre%20Franklin" -o /tm
62
62
RUN fc-cache -v
63
63
64
64
# Installing precomputed python packages
65
- RUN conda install -y -c conda-forge -c anaconda \
65
+ RUN conda install -y -c conda-forge \
66
66
attr \
67
67
jupytext \
68
68
nibabel \
@@ -97,3 +97,13 @@ RUN rm -rf /home/${NB_USER}/.cache/matplotlib \
97
97
98
98
ARG GITHUB_PAT
99
99
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/*
You can’t perform that action at this time.
0 commit comments