File size: 218 Bytes
2f1d8ba
2ea606a
2f1d8ba
 
 
 
 
 
 
 
 
aeef855
1
2
3
4
5
6
7
8
9
10
11
12
FROM continuumio/miniconda3:4.10.3p1

RUN conda install \
    xarray \ 
    netCDF4 \ 
    bottleneck \
    numpy \
    pandas \
    matplotlib \
    jupyterlab
    
CMD ["jupyter-lab","--ip=0.0.0.0", "--port", "7860"]