osanseviero HF staff commited on
Commit
d0d91ab
1 Parent(s): 439722a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,4 +9,4 @@ RUN conda install \
9
  matplotlib \
10
  jupyterlab
11
 
12
- CMD ["jupyter-lab","--ip=0.0.0.0", "--port", "7860"]
 
9
  matplotlib \
10
  jupyterlab
11
 
12
+ CMD ["jupyter-lab","--ip=0.0.0.0", "--port=7860"]