broadfield-dev commited on
Commit
5010ab5
·
verified ·
1 Parent(s): 634386c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -21,9 +21,6 @@ RUN pip install --no-cache-dir -r requirements.txt
21
  # Copy the app code
22
  COPY app.py .
23
 
24
- # Create a writable directory for Gradio flagging
25
- RUN mkdir -p /tmp/flagged && chown -R appuser:appuser /tmp/flagged
26
-
27
  # Switch to non-root user
28
  USER appuser
29
 
 
21
  # Copy the app code
22
  COPY app.py .
23
 
 
 
 
24
  # Switch to non-root user
25
  USER appuser
26