Commit
•
8e5f742
1
Parent(s):
d1cafe9
Update login.html path in Dockerfile to match Python 3.11 site-packages directory
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -87,7 +87,7 @@ COPY --chown=user . $HOME/app
|
|
87 |
|
88 |
RUN chmod +x start_server.sh
|
89 |
|
90 |
-
COPY --chown=user login.html /home/user/miniconda/lib/python3.
|
91 |
|
92 |
ENV PYTHONUNBUFFERED=1 \
|
93 |
GRADIO_ALLOW_FLAGGING=never \
|
|
|
87 |
|
88 |
RUN chmod +x start_server.sh
|
89 |
|
90 |
+
COPY --chown=user login.html /home/user/miniconda/lib/python3.11/site-packages/jupyter_server/templates/login.html
|
91 |
|
92 |
ENV PYTHONUNBUFFERED=1 \
|
93 |
GRADIO_ALLOW_FLAGGING=never \
|