rahulreshma commited on
Commit
23bb5b4
·
verified ·
1 Parent(s): 5254717

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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=root . $HOME/app
92
 
93
  RUN chmod +x start_server.sh
94
 
95
- COPY --chown=root 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 \
 
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 \