Skip to content

Commit 5b37d23

Browse files
authored
Update Dockerfile
1 parent 0706113 commit 5b37d23

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ WORKDIR /app
1111
# ── Install Python deps ───────────────────────────────────────────────────────
1212
COPY requirements.txt .
1313
RUN pip install --no-cache-dir -r requirements.txt
14-
1514
# ── Copy source ───────────────────────────────────────────────────────────────
1615
COPY configs/ ./configs/
1716
COPY data/ ./data/
@@ -21,7 +20,6 @@ COPY explainability/ ./explainability/
2120
COPY fairness/ ./fairness/
2221
COPY report_generation/ ./report_generation/
2322
COPY api/ ./api/
24-
2523
# ── Non-root user (HF Spaces requirement) ────────────────────────────────────
2624
RUN useradd -m -u 1000 appuser && chown -R appuser /app
2725
USER appuser

0 commit comments

Comments
 (0)