From 3f478e116be2a84be58af0324685f5109f3a1310 Mon Sep 17 00:00:00 2001 From: Peter Jung Date: Thu, 1 Aug 2024 09:50:05 +0200 Subject: [PATCH] Fix protobuf --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ef80fee..557a957 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,5 +27,6 @@ COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV} COPY mech_tool_deployment ./mech_tool_deployment ENV PYTHONPATH=/app +ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python CMD ["bash", "-c", "python mech_tool_deployment/run_agent.py ${runnable_agent_name} ${market_type}"]