Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Fix protobuf (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii authored Aug 1, 2024
1 parent 60713a5 commit aba77ad
Show file tree
Hide file tree
Showing 3 changed files with 521 additions and 500 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
COPY predictionprophet_deployment ./predictionprophet_deployment

ENV PYTHONPATH=/app
ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python

CMD ["bash", "-c", "python predictionprophet_deployment/run_agent.py ${runnable_agent_name} ${market_type}"]
Loading

0 comments on commit aba77ad

Please sign in to comment.