jupyter / Dockerfile
osanseviero's picture
Update Dockerfile
2ea606a
raw
history blame
248 Bytes
FROM continuumio/miniconda3:4.10.3p1
RUN conda install \
xarray \
netCDF4 \
bottleneck \
numpy \
pandas \
matplotlib \
jupyterlab
CMD ["jupyter-lab","--ip=0.0.0.0","--no-browser","--allow-root", "--port", "7860"]