Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -52,7 +52,7 @@ RUN CONSTANTS_FILE=$(find /usr/local/lib -name constants.py -path "*/agentic_rel
|
|
| 52 |
|
| 53 |
# --- Patch 2: Add missing event.py ---
|
| 54 |
RUN mkdir -p /usr/local/lib/python3.10/site-packages/agentic_reliability_framework/core/models && \
|
| 55 |
-
cp event.py /usr/local/lib/python3.10-
|
| 56 |
|
| 57 |
# --- Patch 3: Replace engine.py with fixed version ---
|
| 58 |
RUN ENGINE_FILE=$(find /usr/local/lib -name engine.py -path "*/agentic_reliability_framework/runtime/*") && \
|
|
|
|
| 52 |
|
| 53 |
# --- Patch 2: Add missing event.py ---
|
| 54 |
RUN mkdir -p /usr/local/lib/python3.10/site-packages/agentic_reliability_framework/core/models && \
|
| 55 |
+
cp event.py /usr/local/lib/python3.10/site-packages/agentic_reliability_framework/core/models/
|
| 56 |
|
| 57 |
# --- Patch 3: Replace engine.py with fixed version ---
|
| 58 |
RUN ENGINE_FILE=$(find /usr/local/lib -name engine.py -path "*/agentic_reliability_framework/runtime/*") && \
|