Spaces:
Sleeping
Sleeping
fahmiaziz98
commited on
Commit
·
23a2f96
1
Parent(s):
3910467
refactor dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -21,7 +21,6 @@ COPY --chown=user requirements.txt .
|
|
21 |
# Install pip packages secara lokal (non-root)
|
22 |
RUN pip install --no-cache-dir --user -r requirements.txt
|
23 |
|
24 |
-
---
|
25 |
|
26 |
# Stage 2: Final image (lebih ringan)
|
27 |
FROM python:3.11-slim
|
|
|
21 |
# Install pip packages secara lokal (non-root)
|
22 |
RUN pip install --no-cache-dir --user -r requirements.txt
|
23 |
|
|
|
24 |
|
25 |
# Stage 2: Final image (lebih ringan)
|
26 |
FROM python:3.11-slim
|