We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f986b54 commit cb1c40fCopy full SHA for cb1c40f
base/Dockerfile
@@ -4,10 +4,10 @@ RUN conda install --yes --freeze-installed \
4
-c conda-forge \
5
python-blosc \
6
cytoolz \
7
- dask==2.3.0 \
+ dask==2.6.0 \
8
nomkl \
9
- numpy==1.16.2 \
10
- pandas==0.24.2 \
+ numpy==1.17.2 \
+ pandas==0.25.2 \
11
tini==0.18.0 \
12
&& conda clean -tipsy \
13
&& find /opt/conda/ -type f,l -name '*.a' -delete \
notebook/Dockerfile
@@ -13,10 +13,10 @@ RUN conda install --yes --freeze-installed \
14
15
16
17
18
19
20
ipywidgets \
21
dask-labextension==1.0.3 \
22
python-graphviz \
0 commit comments