osanseviero HF staff commited on
Commit
8c71b74
1 Parent(s): 891c7c3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,5 +10,6 @@ RUN conda install \
10
  jupyterlab
11
 
12
  ENV JUPYTER_TOKEN=easy
 
13
 
14
  CMD ["jupyter-lab","--ip=0.0.0.0", "--port=7860", "--no-browser","--allow-root"]
 
10
  jupyterlab
11
 
12
  ENV JUPYTER_TOKEN=easy
13
+ EXPOSE 7860
14
 
15
  CMD ["jupyter-lab","--ip=0.0.0.0", "--port=7860", "--no-browser","--allow-root"]