osanseviero commited on
Commit
e51edd0
·
1 Parent(s): 1b9615f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ RUN chown 1000:1000 /.jupyter
15
  ENV JUPYTER_TOKEN=easy
16
  EXPOSE 7860
17
 
18
- CMD ["jupyter-lab","--ip=0.0.0.0", "--port=7860", "--no-browser","--allow-root", "--NotebookApp.tornado_settings='{\"headers\":{\"Content-Security-Policy\":\"frame-ancestors 'self' https://huggingface.co/spaces/osanseviero/jupyter/`\""]
 
15
  ENV JUPYTER_TOKEN=easy
16
  EXPOSE 7860
17
 
18
+ CMD ["jupyter-lab","--ip=0.0.0.0", "--port=7860", "--no-browser","--allow-root"]