Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -88,11 +88,11 @@ RUN --mount=target=requirements.txt,source=requirements.txt \
|
|
| 88 |
pip install --no-cache-dir --upgrade -r requirements.txt
|
| 89 |
|
| 90 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 91 |
-
COPY --chown=
|
| 92 |
|
| 93 |
RUN chmod +x start_server.sh
|
| 94 |
|
| 95 |
-
COPY --chown=
|
| 96 |
|
| 97 |
ENV PYTHONUNBUFFERED=1 \
|
| 98 |
GRADIO_ALLOW_FLAGGING=never \
|
|
|
|
| 88 |
pip install --no-cache-dir --upgrade -r requirements.txt
|
| 89 |
|
| 90 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 91 |
+
COPY --chown=user . $HOME/app
|
| 92 |
|
| 93 |
RUN chmod +x start_server.sh
|
| 94 |
|
| 95 |
+
COPY --chown=user login.html /home/user/miniconda/lib/python3.9/site-packages/jupyter_server/templates/login.html
|
| 96 |
|
| 97 |
ENV PYTHONUNBUFFERED=1 \
|
| 98 |
GRADIO_ALLOW_FLAGGING=never \
|