Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|
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
|