Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -45,4 +45,5 @@ USER admin
|
|
45 |
|
46 |
EXPOSE 7860
|
47 |
|
|
|
48 |
CMD jupyter-lab --ip 0.0.0.0 --port 7860 --no-browser --allow-root --NotebookApp.token='huggingface' --NotebookApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" --NotebookApp.cookie_options="{'SameSite': 'None', 'Secure': True}" --NotebookApp.disable_check_xsrf=True
|
|
|
45 |
|
46 |
EXPOSE 7860
|
47 |
|
48 |
+
|
49 |
CMD jupyter-lab --ip 0.0.0.0 --port 7860 --no-browser --allow-root --NotebookApp.token='huggingface' --NotebookApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" --NotebookApp.cookie_options="{'SameSite': 'None', 'Secure': True}" --NotebookApp.disable_check_xsrf=True
|