jbilcke-hf HF Staff commited on
Commit
cf23b74
·
verified ·
1 Parent(s): a2d6915

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -105,6 +105,8 @@ RUN chmod +x start_server.sh
105
 
106
  COPY --chown=user login.html /home/user/miniconda/lib/python3.13/site-packages/jupyter_server/templates/login.html
107
 
 
 
108
  ENV PYTHONUNBUFFERED=1 \
109
  GRADIO_ALLOW_FLAGGING=never \
110
  GRADIO_NUM_PORTS=1 \
 
105
 
106
  COPY --chown=user login.html /home/user/miniconda/lib/python3.13/site-packages/jupyter_server/templates/login.html
107
 
108
+ COPY --chown=user samples/ /data/samples/
109
+
110
  ENV PYTHONUNBUFFERED=1 \
111
  GRADIO_ALLOW_FLAGGING=never \
112
  GRADIO_NUM_PORTS=1 \