File tree 5 files changed +15
-16
lines changed 5 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
131
131
# Do all this in a single RUN command to avoid duplicating all of the
132
132
# files across image layers when the permissions change
133
133
RUN conda install --quiet --yes \
134
- 'notebook=6.1.5 ' \
135
- 'jupyterhub=1.2.2 ' \
136
- 'jupyterlab=2.2.9 ' && \
134
+ 'notebook=6.1.6 ' \
135
+ 'jupyterhub=1.3.0 ' \
136
+ 'jupyterlab=3.0.0 ' && \
137
137
conda clean --all -f -y && \
138
138
npm cache clean --force && \
139
139
jupyter notebook --generate-config && \
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ RUN conda install --quiet --yes \
70
70
'r-nycflights13=1.0*' \
71
71
'r-randomforest=4.6*' \
72
72
'r-rcurl=1.98*' \
73
- 'r-rmarkdown=2.5 *' \
73
+ 'r-rmarkdown=2.6 *' \
74
74
'r-rsqlite=2.2*' \
75
75
'r-shiny=1.5*' \
76
76
'r-tidyverse=1.3*' \
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN conda install --quiet --yes \
37
37
'r-nycflights13=1.0*' \
38
38
'r-randomforest=4.6*' \
39
39
'r-rcurl=1.98*' \
40
- 'r-rmarkdown=2.5 *' \
40
+ 'r-rmarkdown=2.6 *' \
41
41
'r-rodbc=1.3*' \
42
42
'r-rsqlite=2.2*' \
43
43
'r-shiny=1.5*' \
Original file line number Diff line number Diff line change @@ -22,20 +22,20 @@ RUN conda install --quiet --yes \
22
22
'bottleneck=1.3.*' \
23
23
'cloudpickle=1.6.*' \
24
24
'cython=0.29.*' \
25
- 'dask=2.30 .*' \
25
+ 'dask=2020.12 .*' \
26
26
'dill=0.3.*' \
27
27
'h5py=3.1.*' \
28
- 'ipywidgets=7.5 .*' \
28
+ 'ipywidgets=7.6 .*' \
29
29
'ipympl=0.5.*' \
30
30
'matplotlib-base=3.3.*' \
31
- 'numba=0.51 .*' \
31
+ 'numba=0.52 .*' \
32
32
'numexpr=2.7.*' \
33
33
'pandas=1.1.*' \
34
34
'patsy=0.5.*' \
35
- 'protobuf=3.13 .*' \
35
+ 'protobuf=3.14 .*' \
36
36
'pytables=3.6.*' \
37
- 'scikit-image=0.17 .*' \
38
- 'scikit-learn=0.23 .*' \
37
+ 'scikit-image=0.18 .*' \
38
+ 'scikit-learn=0.24 .*' \
39
39
'scipy=1.5.*' \
40
40
'seaborn=0.11.*' \
41
41
'sqlalchemy=1.3.*' \
@@ -50,10 +50,9 @@ RUN conda install --quiet --yes \
50
50
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
51
51
# Also activate ipywidgets extension for JupyterLab
52
52
# Check this URL for most recent compatibilities
53
- # https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager
54
- jupyter labextension install @jupyter-widgets/jupyterlab-manager@^2.0.0 --no-build && \
55
- jupyter labextension install @bokeh/jupyter_bokeh@^2.0.0 --no-build && \
56
- jupyter labextension install jupyter-matplotlib@^0.7.2 --no-build && \
53
+ # Not compliant with jupyterlab 3.0.x see https://github.com/bokeh/bokeh/issues/10569
54
+ # jupyter labextension install @bokeh/jupyter_bokeh@^2.0.4 --no-build && \
55
+ jupyter labextension install jupyter-matplotlib@^0.7.4 --no-build && \
57
56
jupyter lab build -y && \
58
57
jupyter lab clean -y && \
59
58
npm cache clean --force && \
Original file line number Diff line number Diff line change 7
7
8
8
# Install Tensorflow
9
9
RUN pip install --quiet --no-cache-dir \
10
- 'tensorflow==2.3.1 ' && \
10
+ 'tensorflow==2.4.0 ' && \
11
11
fix-permissions "${CONDA_DIR}" && \
12
12
fix-permissions "/home/${NB_USER}"
You can’t perform that action at this time.
0 commit comments