KunalThakare279 commited on
Commit
b522915
·
verified ·
1 Parent(s): 398c82c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN chown -R appuser:appgroup /app
16
  ENV HF_HOME=/app/.cache/huggingface
17
 
18
  # Switch to the non-root user
19
- USER appuser
20
 
21
  # Install Python dependencies
22
  RUN python -m pip install --no-cache-dir -r requirements.txt
 
16
  ENV HF_HOME=/app/.cache/huggingface
17
 
18
  # Switch to the non-root user
19
+ USER root
20
 
21
  # Install Python dependencies
22
  RUN python -m pip install --no-cache-dir -r requirements.txt