Spaces:
Sleeping
Sleeping
LamZain commited on
Commit ·
cdd234b
1
Parent(s): a476b57
2026-01-26 test1
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -30,7 +30,7 @@ RUN lake build
|
|
| 30 |
# Python setup
|
| 31 |
WORKDIR /app
|
| 32 |
COPY requirements.txt .
|
| 33 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
| 34 |
|
| 35 |
# Copy application code (last to leverage cache)
|
| 36 |
COPY . .
|
|
|
|
| 30 |
# Python setup
|
| 31 |
WORKDIR /app
|
| 32 |
COPY requirements.txt .
|
| 33 |
+
RUN pip install --break-system-packages --no-cache-dir -r requirements.txt
|
| 34 |
|
| 35 |
# Copy application code (last to leverage cache)
|
| 36 |
COPY . .
|