viklofg commited on
Commit
95ec70d
·
1 Parent(s): ae4b490

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -52,6 +52,7 @@ RUN uv sync --frozen --no-cache \
52
 
53
  # Copy application code
54
  COPY --chown=appuser app app
 
55
 
56
  # Ensure non-root user has write access to cache and tmp directories
57
  RUN mkdir -p /home/appuser/.cache/transformers /home/appuser/tmp /home/appuser/.cache \
 
52
 
53
  # Copy application code
54
  COPY --chown=appuser app app
55
+ COPY --chown=appuser .gradio_cache .gradio_cache
56
 
57
  # Ensure non-root user has write access to cache and tmp directories
58
  RUN mkdir -p /home/appuser/.cache/transformers /home/appuser/tmp /home/appuser/.cache \