osanseviero HF staff commited on
Commit
87ba692
1 Parent(s): aeef855

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -12
Dockerfile CHANGED
@@ -1,12 +0,0 @@
1
- FROM continuumio/miniconda3:4.10.3p1
2
-
3
- RUN conda install \
4
- xarray \
5
- netCDF4 \
6
- bottleneck \
7
- numpy \
8
- pandas \
9
- matplotlib \
10
- jupyterlab
11
-
12
- CMD ["jupyter-lab","--ip=0.0.0.0", "--port", "7860"]