osanseviero commited on
Commit
2ea606a
·
1 Parent(s): 2f1d8ba

Update Dockerfile

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