OpenHands 678436da30
Fix issue #5222: [Refactor]: Refactor the evaluation directory (#5223)
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
2024-11-25 08:35:52 -05:00

6 lines
107 B
Docker

FROM python:3.12-bookworm
RUN pip install scitools-pyke
# docker build -t xingyaoww/od_logic_reasoning .