mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 13:52:43 +08: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 .
|