Spaces:
Build error
Build error
Commit
·
477d7b8
1
Parent(s):
e39cb32
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,6 @@ WORKDIR /.local
|
|
12 |
WORKDIR /.jupyter
|
13 |
RUN chown 1000:1000 /.local
|
14 |
RUN chown 1000:1000 /.jupyter
|
15 |
-
ENV JUPYTER_TOKEN=easy
|
16 |
EXPOSE 7860
|
17 |
|
18 |
RUN mkdir -p /root/.ipython/profile_default/
|
@@ -21,6 +20,7 @@ RUN chown 1000:1000 /root/.ipython/profile_default/
|
|
21 |
RUN (echo "c = get_config()" && \
|
22 |
echo "headers = {'Content-Security-Policy': 'frame-ancestors self https://huggingface.co/spaces/osanseviero/jupyter'}" && \
|
23 |
echo "c.NotebookApp.allow_origin = '*'" && \
|
|
|
24 |
echo "c.NotebookApp.allow_credentials = True" && \
|
25 |
echo "c.NotebookApp.tornado_settings = {'headers': headers}" && \
|
26 |
echo "c.NotebookApp.open_browser = False") && \
|
|
|
12 |
WORKDIR /.jupyter
|
13 |
RUN chown 1000:1000 /.local
|
14 |
RUN chown 1000:1000 /.jupyter
|
|
|
15 |
EXPOSE 7860
|
16 |
|
17 |
RUN mkdir -p /root/.ipython/profile_default/
|
|
|
20 |
RUN (echo "c = get_config()" && \
|
21 |
echo "headers = {'Content-Security-Policy': 'frame-ancestors self https://huggingface.co/spaces/osanseviero/jupyter'}" && \
|
22 |
echo "c.NotebookApp.allow_origin = '*'" && \
|
23 |
+
echo "c.NotebookApp. token = ''" && \
|
24 |
echo "c.NotebookApp.allow_credentials = True" && \
|
25 |
echo "c.NotebookApp.tornado_settings = {'headers': headers}" && \
|
26 |
echo "c.NotebookApp.open_browser = False") && \
|