mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
6 lines
107 B
Docker
6 lines
107 B
Docker
FROM python:3.12-bookworm
|
|
|
|
RUN pip install scitools-pyke
|
|
|
|
# docker build -t xingyaoww/od_logic_reasoning .
|